Skip to content

Commit 21cf95f

Browse files
Update actions/checkout action to v6
1 parent b3620b1 commit 21cf95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
go-version: [ '1.19', '1.20']
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Set up Go
1616
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)