docs: bump actions/checkout to v2

This commit is contained in:
Shohei Ueda
2020-03-21 12:49:54 +09:00
committed by GitHub
parent a3f7ea4140
commit 33d3f73fc7

View File

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