Skip to content

Commit d0f1de3

Browse files
Update actions/checkout action to v5
1 parent 6b8e83a commit d0f1de3

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v1
1515
with:
1616
go-version: ${{ matrix.go-version }}
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1818
- name: Cache go modules
1919
uses: actions/cache@v1
2020
with:

0 commit comments

Comments
 (0)