Skip to content

Commit bc2a406

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/pb33f/libopenapi-0.34.0
2 parents fb1d680 + d40ff94 commit bc2a406

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)