Skip to content

Commit 3f7ae11

Browse files
committed
Update actions
1 parent 50c452d commit 3f7ae11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
env:
1212
CGO_ENABLED: 0
1313
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v4
1416
- name: Install Go
1517
uses: actions/setup-go@v5
1618
with:
1719
go-version: ${{ matrix.go-version }}
18-
- name: Checkout code
19-
uses: actions/checkout@v4
2020
- name: Test
2121
run: go test

0 commit comments

Comments
 (0)