Skip to content

Commit e0fd09d

Browse files
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.10.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 257513c commit e0fd09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Set up Docker Buildx
132132
id: buildx
133-
uses: docker/setup-buildx-action@v3.10.0
133+
uses: docker/setup-buildx-action@v3.11.1
134134

135135
- name: Available platforms
136136
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)