From e65d44d2425bf690d1baf96202075143b88620b3 Mon Sep 17 00:00:00 2001 From: Jason <50032291+jasongitmail@users.noreply.github.com> Date: Sat, 2 Jan 2021 01:27:50 -0400 Subject: [PATCH] Use @v2 instead of @master (#64) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e520e3a..aebb74f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo