Skip to content

Commit 59674e4

Browse files
authored
Merge pull request #132 from docker/dependabot/github_actions/docker/setup-buildx-action-4.0.0
build(deps): Bump docker/setup-buildx-action from 3.12.0 to 4.0.0
2 parents fe3fda9 + beae753 commit 59674e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
-
488488
name: Set up Docker Buildx
489489
id: buildx
490-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
490+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
491491
with:
492492
version: ${{ env.BUILDX_VERSION }}
493493
cache-binary: false
@@ -933,7 +933,7 @@ jobs:
933933
-
934934
name: Set up Docker Buildx
935935
if: ${{ inputs.push && inputs.output == 'image' }}
936-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
936+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
937937
with:
938938
version: ${{ env.BUILDX_VERSION }}
939939
buildkitd-flags: --debug

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
-
389389
name: Set up Docker Buildx
390390
id: buildx
391-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
391+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
392392
with:
393393
version: ${{ env.BUILDX_VERSION }}
394394
cache-binary: false
@@ -786,7 +786,7 @@ jobs:
786786
-
787787
name: Set up Docker Buildx
788788
if: ${{ inputs.push && inputs.output == 'image' }}
789-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
789+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
790790
with:
791791
version: ${{ env.BUILDX_VERSION }}
792792
buildkitd-flags: --debug

0 commit comments

Comments
 (0)