Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update docker/setup-buildx-action action to v3
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 16, 2025
1 parent 4bb7d43 commit df6952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ runs:
using: "composite"
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:
registry: ghcr.io

0 comments on commit df6952b

Please sign in to comment.