We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a64bd9 + f4c8c0a commit 87d7b25Copy full SHA for 87d7b25
1 file changed
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ jobs:
7
check:
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
with:
12
fetch-depth: 0
13
- uses: actions/setup-go@v5
@@ -22,7 +22,7 @@ jobs:
22
needs: check
23
24
25
26
27
28
0 commit comments