Skip to content

Commit ddc4427

Browse files
committed
fix(wiki): Get code before reading code
1 parent e0614cb commit ddc4427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@ jobs:
323323
wikiupdate:
324324
runs-on: ubuntu-latest
325325
steps:
326+
- name: Checkout
327+
uses: actions/checkout@v4
326328
- name: Setup Go
327329
uses: actions/setup-go@v5
328330
with:
329331
go-version-file: 'go.mod'
330-
- name: Checkout
331-
uses: actions/checkout@v4
332332
- name: Get dependencies
333333
run: go mod download
334334
- name: Build

0 commit comments

Comments
 (0)