diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a889320..6df0098 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@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v5 - name: Install dependencies run: pip install tox