Skip to content

Commit 3c2969f

Browse files
committed
CI: upgrade checkout action
1 parent 3ecea54 commit 3c2969f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
go: ["1.24", "1.25"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: actions/setup-go@v6
2121
with:
2222
go-version: ${{ matrix.go }}
@@ -32,7 +32,7 @@ jobs:
3232
name: Lint
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- uses: actions/setup-go@v6
3737
with:
3838
go-version: "1.25"

0 commit comments

Comments
 (0)