Skip to content

Commit 14e24e9

Browse files
authored
Merge pull request #174 from thirdgen88/dependabot/github_actions/docker/setup-buildx-action-3.3.0
Bump docker/setup-buildx-action from 3.0.0 to 3.3.0
2 parents 3b10a6b + 31d1c31 commit 14e24e9

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)