diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 440308e..3392347 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache pre-commit environments if: ${{ matrix.nox-session == 'lint' }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}