We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8067142 commit 161a34aCopy full SHA for 161a34a
1 file changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
complement-internal:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3 # Checkout complement
+ - uses: actions/checkout@v6 # Checkout complement
18
- uses: actions/setup-go@v6
19
with:
20
go-version-file: go.mod
@@ -54,7 +54,7 @@ jobs:
54
timeout: 10m
55
56
57
58
59
60
0 commit comments