docs: Add note about actions/checkout@v2
This commit is contained in:
parent
38f8dc8ba8
commit
b9e10c3e30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue