Skip to content

Commit 9164e3a

Browse files
committed
Use action/checkout@v3 in the book
Signed-off-by: Yuki Okushi <[email protected]>
1 parent d72e5f2 commit 9164e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/continuous_integration/github_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
clippy_check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v3
1919
- name: Run Clippy
2020
run: cargo clippy --all-targets --all-features
2121
```

0 commit comments

Comments
 (0)