diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0c56c646..e461e228 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -32,7 +32,7 @@ jobs: # Caches the venv at the end of the job and reloads for quicker pre-commit. # Uses pyproject.toml and pre-commit-config file to create hash. - name: Cache venv - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: |