Skip to content

Commit fc65111

Browse files
committed
Fix github actions checkout action version number
1 parent 65acdc1 commit fc65111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: [ '1.13', '1.21', '1.22.x' ]
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v4
2121

2222
- name: Setup Go ${{ matrix.go-version }}
2323
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)