Skip to content

Commit a201476

Browse files
committed
update actions in ralease.yaml file to latest version
1 parent 98cb4ab commit a201476

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111

12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- run: git fetch --force --tags
16-
- uses: actions/setup-go@v3
16+
- uses: actions/setup-go@v5
1717
with:
18-
go-version: ^1.19
18+
go-version: ^1.22
1919
cache: true
2020
- name: Run GoReleaser
21-
uses: goreleaser/goreleaser-action@v2
21+
uses: goreleaser/goreleaser-action@v6
2222
with:
2323
version: latest
24-
args: release --rm-dist --release-notes RELEASE_NOTES.md
24+
args: release --clean --release-notes RELEASE_NOTES.md
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)