diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd853a6..7407354 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,7 +82,7 @@ jobs: subprocess.run(cmd, shell=True) - name: Restore pre-commit cache - uses: actions/cache@v3 + uses: actions/cache@v4 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit