diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3eccfce..9173290 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - run: cat .github/super-linter.env >> "$GITHUB_ENV"