docs: bump actions/checkout to v2 in Hugo example

This commit is contained in:
Shohei Ueda 2020-03-21 12:51:05 +09:00 committed by GitHub
parent 2a787f0182
commit 0294e8c526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -123,9 +123,9 @@ jobs:
deploy: deploy:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
# with: with:
# submodules: true submodules: true
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2