Skip to content

Commit

Permalink
docs: Add note about actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Feb 6, 2020
1 parent 38f8dc8 commit b9e10c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9e10c3

Please sign in to comment.