Skip to content

Commit

Permalink
docs: bump actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 21, 2020
1 parent a3f7ea4 commit 33d3f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d3f73

Please sign in to comment.