diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 15564c1c..02ded61c 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -32,7 +32,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper # list of changed files within `super-linter`