From b80c79d647c6897f2bed471e5f54c2f7513eb7de Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 14 Mar 2022 22:57:50 +0900 Subject: [PATCH] Update README.md (#2610) update example from actions/checkout@v2 to actions/checkout@v3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e9321f7..e5229424 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0