Use action/checkout@v3 in the book

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2022-07-27 16:49:34 +09:00
parent d72e5f2e10
commit 9164e3aa52
No known key found for this signature in database
GPG Key ID: 379CEEFDD63E5DD7

View File

@ -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
```