We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb4fcd + 6291b40 commit fd56cecCopy full SHA for fd56cec
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
go-version: ${{ env.GO_VERSION }}
38
cache: false # see actions/setup-go#368
39
40
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
41
- uses: golangci/golangci-lint-action@v8
42
with:
43
version: v2.1.6
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
path: src/github.com/containerd/log
65
fetch-depth: 25
@@ -75,7 +75,7 @@ jobs:
75
timeout-minutes: 5
76
77
steps:
78
79
80
81
0 commit comments