ci: Update to actions/checkout@v4 from v3.
This also updates the book's section on CI for the same thing. changelog: none
This commit is contained in:
parent
cda17014fa
commit
4c64d7cea2
6 changed files with 11 additions and 11 deletions
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
github_token: "${{ secrets.github_token }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install toolchain
|
||||
run: rustup show active-toolchain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue