Skip to content

Commit 989585b

Browse files
authored
Merge pull request #14 from mackerelio/dependabot/github_actions/goreleaser/goreleaser-action-5
Bump goreleaser/goreleaser-action from 4 to 5
2 parents bbba516 + 9c2af31 commit 989585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ inputs.go-version }}
2121
cache: true
22-
- uses: goreleaser/goreleaser-action@v4
22+
- uses: goreleaser/goreleaser-action@v5
2323
with:
2424
args: release --rm-dist
2525
env:

0 commit comments

Comments
 (0)