diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5ad3376..4f786cf 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0