Skip to content

Commit 887fa63

Browse files
authored
Merge pull request #304 from carapace-sh/dependabot/github_actions/goreleaser/goreleaser-action-7
build(deps): bump goreleaser/goreleaser-action from 6 to 7
2 parents 194a57a + 6626c7a commit 887fa63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: go install honnef.co/go/tools/cmd/staticcheck@latest && staticcheck ./...
4141

4242
- name: Run GoReleaser
43-
uses: goreleaser/goreleaser-action@v6
43+
uses: goreleaser/goreleaser-action@v7
4444
if: startsWith(github.ref, 'refs/tags/')
4545
with:
4646
version: latest

0 commit comments

Comments
 (0)