Skip to content

Commit a90cd97

Browse files
authored
Merge pull request #247 from docker/dependabot/github_actions/docker/setup-buildx-action-4.2.0
build(deps): Bump docker/setup-buildx-action from 4.1.0 to 4.2.0
2 parents a46406c + e839382 commit a90cd97

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
}
264264
-
265265
name: Set up Docker Buildx
266-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
266+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
267267
with:
268268
version: ${{ env.BUILDX_VERSION }}
269269
cache-binary: false
@@ -674,7 +674,7 @@ jobs:
674674
-
675675
name: Set up Docker Buildx
676676
id: buildx
677-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
677+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
678678
with:
679679
version: ${{ env.BUILDX_VERSION }}
680680
cache-binary: false
@@ -1163,7 +1163,7 @@ jobs:
11631163
-
11641164
name: Set up Docker Buildx
11651165
if: ${{ inputs.push && inputs.output == 'image' }}
1166-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
1166+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
11671167
with:
11681168
version: ${{ env.BUILDX_VERSION }}
11691169
buildkitd-flags: --debug

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565
-
566566
name: Set up Docker Buildx
567567
id: buildx
568-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
568+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
569569
with:
570570
version: ${{ env.BUILDX_VERSION }}
571571
cache-binary: false
@@ -1017,7 +1017,7 @@ jobs:
10171017
-
10181018
name: Set up Docker Buildx
10191019
if: ${{ inputs.push && inputs.output == 'image' }}
1020-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
1020+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
10211021
with:
10221022
version: ${{ env.BUILDX_VERSION }}
10231023
buildkitd-flags: --debug

0 commit comments

Comments
 (0)