From ed5abc327a7a4dc14e1f476b52b3cc5894e4c9df Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 8 Jan 2020 11:02:05 +0100 Subject: [PATCH] Use actions/checkout@v2 in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe5b0f..a31ac26 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: fetch-depth: 1