Skip to content

Commit 486192b

Browse files
Bump docker/setup-buildx-action in the docker-actions group [skip release] (#1029)
Bumps the docker-actions group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3167594 commit 486192b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
image: ${{vars.SETUP_QEMU_IMAGE}}
6262
platforms: ${{steps.info.outputs.platforms}}
6363
- name: Set up Docker Buildx
64-
uses: docker/[email protected].0
64+
uses: docker/[email protected].1
6565
id: buildx
6666
with:
6767
driver-opts: network=host

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
image: ${{vars.SETUP_QEMU_IMAGE}}
3434
platforms: ${{env.PLATFORMS}}
3535
- name: Set up Docker Buildx
36-
uses: docker/[email protected].0
36+
uses: docker/[email protected].1
3737
id: buildx
3838
- name: Determine info
3939
id: info

0 commit comments

Comments
 (0)