docs: Add note about actions/checkout@v2

This commit is contained in:
Shohei Ueda
2020-02-06 23:26:31 +09:00
committed by GitHub
parent 38f8dc8ba8
commit b9e10c3e30

View File

@@ -80,7 +80,7 @@ jobs:
build-deploy: build-deploy:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1 # v2 does not have submodules option now
# with: # with:
# submodules: true # submodules: true