Skip to content

Commit 069f9bf

Browse files
Update actions/checkout action to v5
1 parent 9c8daf3 commit 069f9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: ${{ matrix.go-version }}
3131

3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Cache Go modules
3636
uses: actions/cache@v4

0 commit comments

Comments
 (0)