From 11e380d3de86805b74039b1b7572f383e5f6d8f6 Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Wed, 18 Nov 2020 09:59:41 +0100 Subject: [PATCH] Update actions/checkout to V2 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79661e..d995967 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: benjlevesque/short-sha@v1.2 id: short-sha with: