We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 197feb0 + 05a0dab commit 160d95dCopy full SHA for 160d95d
.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
@@ -39,7 +39,7 @@ jobs:
39
lint:
40
runs-on: ubuntu-latest
41
42
43
44
45
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
needs: [ test ]
25
26
0 commit comments