diff --git a/.github/workflows/01_lint_me.yml b/.github/workflows/01_lint_me.yml index 13d1612..aa7362c 100644 --- a/.github/workflows/01_lint_me.yml +++ b/.github/workflows/01_lint_me.yml @@ -35,7 +35,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Runs the Super-Linter action