Skip to content

Commit 25ad63b

Browse files
authored
Merge pull request #153 from thirdgen88/dependabot/github_actions/docker/setup-buildx-action-2.9.1
Bump docker/setup-buildx-action from 2.7.0 to 2.9.1
2 parents 02bffef + d293477 commit 25ad63b

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
@@ -30,7 +30,7 @@ jobs:
3030
platforms: linux/amd64,linux/arm64,linux/arm/v7
3131
- name: Buildx Setup
3232
id: buildx
33-
uses: docker/setup-buildx-action@v2.7.0
33+
uses: docker/setup-buildx-action@v2.9.1
3434
- name: Login to DockerHub
3535
if: github.event_name != 'pull_request'
3636
uses: docker/login-action@v2

0 commit comments

Comments
 (0)