diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a43c5d3..c197af4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 - name: Install dependencies run: pip install tox