|
36 | 36 | go-version: ${{ env.GO_VERSION }} |
37 | 37 | cache: false # see actions/setup-go#368 |
38 | 38 |
|
39 | | - - uses: actions/checkout@v3 |
| 39 | + - uses: actions/checkout@v4 |
40 | 40 | - uses: golangci/golangci-lint-action@v3 |
41 | 41 | with: |
42 | 42 | version: v1.55.2 |
|
58 | 58 | go-version: ${{ env.GO_VERSION }} |
59 | 59 | cache: false # see actions/setup-go#368 |
60 | 60 |
|
61 | | - - uses: actions/checkout@v3 |
| 61 | + - uses: actions/checkout@v4 |
62 | 62 | with: |
63 | 63 | path: src/github.com/containerd/containerd |
64 | 64 | fetch-depth: 100 |
|
92 | 92 | go-version: ${{ env.GO_VERSION }} |
93 | 93 | cache: false # see actions/setup-go#368 |
94 | 94 |
|
95 | | - - uses: actions/checkout@v3 |
| 95 | + - uses: actions/checkout@v4 |
96 | 96 | with: |
97 | 97 | path: src/github.com/containerd/containerd |
98 | 98 |
|
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | with: |
125 | 125 | go-version: ${{ env.GO_VERSION }} |
126 | 126 | cache: false # see actions/setup-go#368 |
127 | | - - uses: actions/checkout@v3 |
| 127 | + - uses: actions/checkout@v4 |
128 | 128 | - run: go install github.com/cpuguy83/go-md2man/[email protected] |
129 | 129 | - run: make man |
130 | 130 |
|
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | with: |
159 | 159 | go-version: ${{ env.GO_VERSION }} |
160 | 160 | cache: false # see actions/setup-go#368 |
161 | | - - uses: actions/checkout@v3 |
| 161 | + - uses: actions/checkout@v4 |
162 | 162 | - run: | |
163 | 163 | set -e -x |
164 | 164 |
|
@@ -216,7 +216,7 @@ jobs: |
216 | 216 | go-version: ${{ matrix.go-version }} |
217 | 217 | cache: false # see actions/setup-go#368 |
218 | 218 |
|
219 | | - - uses: actions/checkout@v3 |
| 219 | + - uses: actions/checkout@v4 |
220 | 220 |
|
221 | 221 | # NOTE(aznashwan): starting with Golang 1.21, the windows-2019 GitHub runner's |
222 | 222 | # builtin MinGW version leads to DLL loading errors during runtime. |
@@ -257,11 +257,11 @@ jobs: |
257 | 257 | go-version: ${{ env.GO_VERSION }} |
258 | 258 | cache: false # see actions/setup-go#368 |
259 | 259 |
|
260 | | - - uses: actions/checkout@v3 |
| 260 | + - uses: actions/checkout@v4 |
261 | 261 | with: |
262 | 262 | path: src/github.com/containerd/containerd |
263 | 263 |
|
264 | | - - uses: actions/checkout@v3 |
| 264 | + - uses: actions/checkout@v4 |
265 | 265 | with: |
266 | 266 | repository: kubernetes-sigs/cri-tools |
267 | 267 | path: src/github.com/kubernetes-sigs/cri-tools |
@@ -416,7 +416,7 @@ jobs: |
416 | 416 | go-version: ${{ env.GO_VERSION }} |
417 | 417 | cache: false # see actions/setup-go#368 |
418 | 418 |
|
419 | | - - uses: actions/checkout@v3 |
| 419 | + - uses: actions/checkout@v4 |
420 | 420 |
|
421 | 421 | - name: Install containerd dependencies |
422 | 422 | env: |
@@ -558,7 +558,7 @@ jobs: |
558 | 558 | cat /etc/os-release |
559 | 559 | cat /proc/cpuinfo |
560 | 560 | free -mt |
561 | | - - uses: actions/checkout@v3 |
| 561 | + - uses: actions/checkout@v4 |
562 | 562 | - uses: actions/cache@v3 |
563 | 563 | with: |
564 | 564 | path: /root/.vagrant.d |
@@ -593,7 +593,7 @@ jobs: |
593 | 593 | needs: [project, linters, protos, man] |
594 | 594 |
|
595 | 595 | steps: |
596 | | - - uses: actions/checkout@v3 |
| 596 | + - uses: actions/checkout@v4 |
597 | 597 | - name: Set up cgroup v2 delegation |
598 | 598 | run: | |
599 | 599 | sudo mkdir -p /etc/systemd/system/[email protected] |
@@ -622,7 +622,7 @@ jobs: |
622 | 622 | with: |
623 | 623 | go-version: ${{ env.GO_VERSION }} |
624 | 624 | cache: false # see actions/setup-go#368 |
625 | | - - uses: actions/checkout@v3 |
| 625 | + - uses: actions/checkout@v4 |
626 | 626 | - run: script/setup/install-gotestsum |
627 | 627 | - run: script/setup/install-teststat |
628 | 628 | - name: Tests |
|
0 commit comments