We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002ac7d commit 650b6c0Copy full SHA for 650b6c0
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
13
- uses: actions/setup-go@v6
14
with:
@@ -23,7 +23,7 @@ jobs:
23
lint:
24
25
26
27
28
29
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
goreleaser:
15
16
17
fetch-depth: 0
18
0 commit comments