Skip to content

Commit f09f7ba

Browse files
intel352claude
andcommitted
ci: upgrade goreleaser-action to v7, actions to latest
- goreleaser/goreleaser-action: v6 → v7 - actions/checkout: v4 → v6 - actions/setup-go: v5 → v6 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 64f631b commit f09f7ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
goreleaser:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-go@v5
19+
- uses: actions/setup-go@v6
2020
with:
2121
go-version-file: go.mod
2222

2323
- name: Run GoReleaser
24-
uses: goreleaser/goreleaser-action@v6
24+
uses: goreleaser/goreleaser-action@v7
2525
with:
2626
distribution: goreleaser
2727
version: "~> v2"

0 commit comments

Comments
 (0)