We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608b83c commit 908b04bCopy full SHA for 908b04b
.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@v3
+ - uses: actions/checkout@v4
41
- uses: golangci/golangci-lint-action@v3
42
with:
43
version: v1.52.2
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
path: src/github.com/containerd/errdefs
65
fetch-depth: 25
@@ -79,7 +79,7 @@ jobs:
79
os: [ubuntu-22.04, macos-13, windows-2022]
80
81
steps:
82
- - uses: actions/checkout@v2
83
84
85
0 commit comments