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:
Bruce Mitchener 2023-12-26 18:43:16 -05:00
parent cda17014fa
commit 4c64d7cea2
6 changed files with 11 additions and 11 deletions

View file

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