diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 5645417..f25dfda 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -42,7 +42,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 ################################ # Run Linter against code base #