From b9e10c3e30353f050fbad487660f9dd198c32662 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 6 Feb 2020 23:26:31 +0900 Subject: [PATCH] docs: Add note about actions/checkout@v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a4253..64d2254 100644 --- a/README.md +++ b/README.md @@ -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