Skip to content

Commit da62e6d

Browse files
Bump docker/github-builder/.github/workflows/build.yml
Bumps the github_action-dependencies group with 1 update in the / directory: [docker/github-builder/.github/workflows/build.yml](https://github.com/docker/github-builder). Updates `docker/github-builder/.github/workflows/build.yml` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](docker/github-builder@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1be5d16 commit da62e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "Exposing env vars for reusable workflow"
4848

4949
build-and-test:
50-
uses: docker/github-builder/.github/workflows/build.yml@v1.4.0
50+
uses: docker/github-builder/.github/workflows/build.yml@v1.5.0
5151
needs:
5252
- smoke-tests
5353
permissions:
@@ -71,7 +71,7 @@ jobs:
7171
build-and-push:
7272
if: needs.smoke-tests.outputs.DO_DEPLOY == 'true'
7373
needs: [smoke-tests, build-and-test]
74-
uses: docker/github-builder/.github/workflows/build.yml@v1.4.0
74+
uses: docker/github-builder/.github/workflows/build.yml@v1.5.0
7575
permissions:
7676
contents: read # same as global permissions
7777
id-token: write # for signing attestation(s) with GitHub OIDC Token

0 commit comments

Comments
 (0)