tools: update checkout action on CI

https://github.com/actions/checkout\#whats-new
This commit is contained in:
Eliaz Bobadilla 2022-03-30 12:09:45 -05:00
parent 79fa41c172
commit b8e5068400
1 changed files with 1 additions and 1 deletions

View File

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