We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
action/checkout@v3
1 parent d72e5f2 commit 9164e3aCopy full SHA for 9164e3a
book/src/continuous_integration/github_actions.md
@@ -15,7 +15,7 @@ jobs:
15
clippy_check:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
19
- name: Run Clippy
20
run: cargo clippy --all-targets --all-features
21
```
0 commit comments