From 5cdfa85ecfcf88335466c136ee962162d5009407 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 2 Aug 2022 05:45:06 +0900 Subject: [PATCH] use latest version of actions/checkout in README (#3186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b08ca8..42009373 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,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