Skip to content

Commit 31d1c31

Browse files
Bump docker/setup-buildx-action from 3.0.0 to 3.3.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.0.0...v3.3.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 abec75a commit 31d1c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
platforms: linux/amd64,linux/arm64,linux/arm/v7
3333
- name: Buildx Setup
3434
id: buildx
35-
uses: docker/setup-buildx-action@v3.0.0
35+
uses: docker/setup-buildx-action@v3.3.0
3636
- name: Login to DockerHub
3737
if: github.event_name != 'pull_request'
3838
uses: docker/login-action@v3

0 commit comments

Comments
 (0)