diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 015ba4d..95b8f02 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,7 +11,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Required to grab the full history for proper pre-commit checks fetch-depth: 0