diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index a420a13..034c47a 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -35,7 +35,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Super-Linter requires full repository history for analysis fetch-depth: 0