Skip to content

Commit c8545c3

Browse files
committed
gha: update actions/checkout@v6
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d23ec04 commit c8545c3

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
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
2525
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
with:
2828
path: src/github.com/containerd/zfs
2929
fetch-depth: 25
@@ -43,7 +43,7 @@ jobs:
4343
os: [ubuntu-22.04]
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
with:
4848
path: src/github.com/containerd/zfs
4949

@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
go-version: ${{ matrix.os-version }}
5858

59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v6
6060
- uses: golangci/golangci-lint-action@v6
6161
with:
6262
version: v1.61.0
@@ -69,7 +69,7 @@ jobs:
6969
timeout-minutes: 5
7070

7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v6
7373
with:
7474
path: src/github.com/containerd/zfs
7575

.github/workflows/codeql.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- uses: actions/setup-go@v6
2626
with:

0 commit comments

Comments
 (0)