Skip to content

Commit

Permalink
chore(deps): bump docker/setup-buildx-action from 2 to 3
Browse files Browse the repository at this point in the history
closes #110
  • Loading branch information
caarlos0 committed Sep 26, 2023
1 parent 73f3352 commit a152ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
github_access_token: ${{ secrets.gh_pat }}
- uses: anchore/sbom-action/[email protected]
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
name: ghcr.io login
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: sigstore/[email protected]
- uses: anchore/sbom-action/[email protected]
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
name: ghcr.io login
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: true
check-latest: true
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- run: sudo snap install snapcraft --classic
# https://github.com/goreleaser/goreleaser/issues/1715
- run: |
Expand Down

0 comments on commit a152ae1

Please sign in to comment.