mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Use action/checkout@v3
in the book
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
d72e5f2e10
commit
9164e3aa52
@ -15,7 +15,7 @@ jobs:
|
||||
clippy_check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --all-targets --all-features
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user