Skip to content

Commit 590e211

Browse files
Bump docker/setup-buildx-action from 3.0.0 to 3.1.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 788cb63 commit 590e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
-
4242
name: Docker Setup Buildx
4343
id: buildx
44-
uses: docker/setup-buildx-action@v3.0.0
44+
uses: docker/setup-buildx-action@v3.1.0
4545
-
4646
name: Available buildx platforms
4747
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)