tools: update checkout action on CI

https://github.com/actions/checkout\#whats-new
This commit is contained in:
Eliaz Bobadilla 2022-03-30 12:11:50 -05:00
parent aefc3cfc49
commit 095f403f3e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install mdbook

View File

@ -14,7 +14,7 @@ jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- run: rustup component add rustfmt
- run: cargo fmt --all --check