From c7d4e499f1a2fb59e837001884a4e05709b81eff Mon Sep 17 00:00:00 2001 From: Tom Riat Date: Tue, 28 Jul 2020 10:59:37 +0200 Subject: [PATCH] Update action checkout to the new default branch (#24) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4a261..531e705 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master ```