Skip to content

Commit

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

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
hsbt authored Feb 16, 2024
2 parents 47a82eb + fac39d0 commit 2ca9ebb
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 @@ -52,7 +52,7 @@ jobs:
name: Publish ${{ matrix.entry.tag }}
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 2ca9ebb

Please sign in to comment.