Skip to content

Commit 91cba16

Browse files
authored
Merge pull request #486 from arnested/dependabot/github_actions/goreleaser/goreleaser-action-7
Bump goreleaser/goreleaser-action from 6 to 7
2 parents 8396ce5 + cb3a28d commit 91cba16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build changelog
5656
run: chglog init
5757
- name: Run GoReleaser
58-
uses: goreleaser/goreleaser-action@v6
58+
uses: goreleaser/goreleaser-action@v7
5959
with:
6060
args: release --snapshot
6161
- uses: actions/upload-artifact@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build changelog
4040
run: chglog init
4141
- name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v6
42+
uses: goreleaser/goreleaser-action@v7
4343
with:
4444
args: release
4545
env:

0 commit comments

Comments
 (0)