Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/login-action-3
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored Sep 12, 2023
2 parents 0fbfff1 + c5c89d0 commit 968a38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3
- uses: docker/login-action@v3
with:
username: caarlos0
Expand All @@ -34,7 +34,7 @@ jobs:
registry: ghcr.io
- uses: sigstore/[email protected]
- uses: anchore/sbom-action/[email protected]
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser-pro
version: latest
Expand Down

0 comments on commit 968a38d

Please sign in to comment.