We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41b7328 + ed74308 commit 06fed5fCopy full SHA for 06fed5f
2 files changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
permissions:
15
contents: write
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
@@ -28,12 +28,12 @@ jobs:
28
- name: Fetch new tag
29
run: git fetch --tags
30
31
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
32
33
go-version: stable
34
35
- name: Run GoReleaser
36
- uses: goreleaser/goreleaser-action@v6
+ uses: goreleaser/goreleaser-action@v7
37
38
version: "~> v2"
39
args: release --clean
.github/workflows/test.yaml
@@ -9,9 +9,9 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
12
13
0 commit comments