Skip to content

Commit

Permalink
Merge pull request #479 from terraform-lxd/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…goreleaser/goreleaser-action-6

build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
simondeziel authored Jun 10, 2024
2 parents 799fd9f + 0e57fae commit 7a6b4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Run GoReleaser in build mode to test all release platforms
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --snapshot
Expand Down

0 comments on commit 7a6b4bd

Please sign in to comment.