Skip to content

Commit ee96969

Browse files
committed
gha: update actions/checkout@v4
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7b33fbf commit ee96969

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
2626
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
2727
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
path: src/github.com/containerd/nri
3131
fetch-depth: 25
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 5
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: actions/setup-go@v4
4545
with:
4646
go-version: 1.20.x
@@ -64,7 +64,7 @@ jobs:
6464
os: [ubuntu-22.04]
6565

6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- uses: actions/setup-go@v4
6969
with:
7070
go-version: ${{ matrix.go }}
@@ -88,7 +88,7 @@ jobs:
8888
go: [1.19.x, 1.20.x]
8989

9090
steps:
91-
- uses: actions/checkout@v3
91+
- uses: actions/checkout@v4
9292
- uses: actions/setup-go@v4
9393
with:
9494
go-version: ${{ matrix.go }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- uses: actions/setup-go@v4
3333
with:

0 commit comments

Comments
 (0)