Skip to content

Commit

Permalink
Merge pull request #39 from ruby/dependabot/github_actions/docker/set…
Browse files Browse the repository at this point in the history
…up-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
hsbt authored Feb 16, 2024
2 parents 907a491 + 4f3ba18 commit 97e9fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v2
with:
username: ${{ github.actor }}
Expand Down

0 comments on commit 97e9fe2

Please sign in to comment.