Skip to content

Commit 908b04b

Browse files
committedOct 7, 2024
Upgrade to actions/checkout@v4
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 608b83c commit 908b04b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false # see actions/setup-go#368
3939

40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: golangci/golangci-lint-action@v3
4242
with:
4343
version: v1.52.2
@@ -59,7 +59,7 @@ jobs:
5959
go-version: ${{ env.GO_VERSION }}
6060
cache: false # see actions/setup-go#368
6161

62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
6363
with:
6464
path: src/github.com/containerd/errdefs
6565
fetch-depth: 25
@@ -79,7 +79,7 @@ jobs:
7979
os: [ubuntu-22.04, macos-13, windows-2022]
8080

8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v4
8383
with:
8484
path: src/github.com/containerd/errdefs
8585

0 commit comments

Comments
 (0)
Please sign in to comment.