Skip to content

Commit

Permalink
Merge pull request #391 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-fcf4e41b5c

build(deps): bump goreleaser/goreleaser-action from 5 to 6 in the github-actions group
  • Loading branch information
vroldanbet authored Jul 5, 2024
2 parents 6fb7f50 + 3c0e6e6 commit cb4a026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
echo "partial:
by: target" >> .goreleaser.docker.yml
- uses: "goreleaser/goreleaser-action@v5"
- uses: "goreleaser/goreleaser-action@v6"
id: "goreleaser"
with:
distribution: "goreleaser-pro"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
brew install x86_64-unknown-linux-gnu x86_64-unknown-linux-musl aarch64-unknown-linux-gnu aarch64-unknown-linux-musl mingw-w64
echo "SDKROOT=$(xcrun --sdk macosx --show-sdk-path)" >> $GITHUB_ENV
- uses: "authzed/actions/setup-go@main"
- uses: "goreleaser/goreleaser-action@v5"
- uses: "goreleaser/goreleaser-action@v6"
with:
distribution: "goreleaser-pro"
version: "latest"
Expand All @@ -43,7 +43,7 @@ jobs:
- name: "Install linux cross-compilers"
run: "sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu gcc-mingw-w64-x86-64"
- uses: "authzed/actions/setup-go@main"
- uses: "goreleaser/goreleaser-action@v5"
- uses: "goreleaser/goreleaser-action@v6"
with:
distribution: "goreleaser-pro"
version: "latest"
Expand Down

0 comments on commit cb4a026

Please sign in to comment.