diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index adecc94..e2b60cf 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv and set the python version uses: astral-sh/setup-uv@v7 with: