Skip to content

Commit eb47dea

Browse files
Bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 656474a commit eb47dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
platforms: all
185185

186186
- name: Setup Docker Buildx
187-
uses: docker/setup-buildx-action@v3
187+
uses: docker/setup-buildx-action@v4
188188
with:
189189
version: ${{ env.DOCKER_BUILDX_VERSION }}
190190
install: true
@@ -246,7 +246,7 @@ jobs:
246246
platforms: all
247247

248248
- name: Setup Docker Buildx
249-
uses: docker/setup-buildx-action@v3
249+
uses: docker/setup-buildx-action@v4
250250
with:
251251
version: ${{ env.DOCKER_BUILDX_VERSION }}
252252
install: true

0 commit comments

Comments
 (0)