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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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