We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f2dfc + ebb6baf commit 84e1ddfCopy full SHA for 84e1ddf
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
permissions:
19
checks: write
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- uses: actions/setup-go@v6
23
with:
24
go-version-file: ./go.mod
@@ -42,7 +42,7 @@ jobs:
42
lint:
43
runs-on: ubuntu-latest
44
45
46
47
48
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
needs: [test]
25
26
0 commit comments