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:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install mdbook