From 0294e8c526ec496925ffbef19885cc57d2ab0383 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 21 Mar 2020 12:51:05 +0900 Subject: [PATCH] docs: bump actions/checkout to v2 in Hugo example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb21ff2b7..a412d359f 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ jobs: deploy: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v1 - # with: - # submodules: true + - uses: actions/checkout@v2 + with: + submodules: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2