We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8ec79b + 280ae21 commit 58be2adCopy full SHA for 58be2ad
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@v6
42
with:
43
version: v1.61.0
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
path: src/github.com/containerd/plugin
65
fetch-depth: 25
@@ -75,7 +75,7 @@ jobs:
75
timeout-minutes: 5
76
77
steps:
78
79
80
81
0 commit comments