From 8761cb2691350c51153499cea1c0bfc9be98d8b4 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 14 Sep 2023 14:38:17 -0700 Subject: [PATCH] use checkout v4 in README (#4644) * use checkout v4 in README * use checkout v4 in docs --- README.md | 4 ++-- docs/run-linter-locally.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bbe970a..e5e474c0 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper # list of changed files within `super-linter` @@ -479,7 +479,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/docs/run-linter-locally.md b/docs/run-linter-locally.md index a0097de0..28a6c182 100644 --- a/docs/run-linter-locally.md +++ b/docs/run-linter-locally.md @@ -88,7 +88,7 @@ jobs: # Run GH Super-Linter against code base runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: cat .github/super-linter.env >> "$GITHUB_ENV" - name: Lint Code Base uses: super-linter/super-linter@v5