Skip to content

Commit d40ff94

Browse files
build(deps): bump goreleaser/goreleaser-action from 3 to 7 (#655)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v3...v7) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Ramage <49958178+steve-r-west@users.noreply.github.com>
1 parent d15dd34 commit d40ff94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
-
4444
name: Run GoReleaser
45-
uses: goreleaser/goreleaser-action@v3
45+
uses: goreleaser/goreleaser-action@v7
4646
with:
4747
version: latest
4848
args: release --clean

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
./external/runbooks/run-all-runbooks.sh
7777
7878
- name: Run GoReleaser (for Linux build and Syntax check)
79-
uses: goreleaser/goreleaser-action@v3
79+
uses: goreleaser/goreleaser-action@v7
8080
env:
8181
GOOS: linux
8282
GOARCH: amd64

0 commit comments

Comments
 (0)