Skip to content

Commit ee4e775

Browse files
chore(deps): update goreleaser/goreleaser-action action to v7
1 parent dc572a7 commit ee4e775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
cache: true
115115

116116
- name: Run GoReleaser
117-
uses: goreleaser/goreleaser-action@v6
117+
uses: goreleaser/goreleaser-action@v7
118118
with:
119119
args: release --snapshot --clean --config .goreleaser.ci.yaml
120120
workdir: src/

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: true
5959

6060
- name: Run GoReleaser
61-
uses: goreleaser/goreleaser-action@v6
61+
uses: goreleaser/goreleaser-action@v7
6262
with:
6363
args: release --clean
6464
workdir: src/

0 commit comments

Comments
 (0)