Skip to content

Commit 8285076

Browse files
Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ede1248 commit 8285076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
platforms: linux/${{ matrix.arch }}
124124

125125
- name: Set up Docker Buildx
126-
uses: docker/setup-buildx-action@v2
126+
uses: docker/setup-buildx-action@v3
127127

128128
# This is a workaround to prevent the cache from growing indefinitely.
129129
# https://docs.docker.com/build/ci/github-actions/cache/#local-cache
@@ -250,7 +250,7 @@ jobs:
250250
- name: Set up QEMU
251251
uses: docker/setup-qemu-action@v2
252252
- name: Set up docker-buildx
253-
uses: docker/setup-buildx-action@v2
253+
uses: docker/setup-buildx-action@v3
254254
- name: Test Installation
255255
uses: docker/build-push-action@v4
256256
with:

0 commit comments

Comments
 (0)