From 58212ae4166d5f9f34da9ffd3965d6b1f99fa21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:49:05 +0000 Subject: [PATCH] chore(deps): update github/super-linter action to v5 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fa0d6b8..74a2f67 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # don't use shallow fetch as I'm trying to commit and push back up changed files to the main # token: ${{ secrets.GITHUB_TOKEN }} - name: Super-Linter - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: VALIDATE_ALL_CODEBASE: false #check only the changed files VALIDATE_POWERSHELL: true