diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 9b170727..a73ab191 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -31,7 +31,7 @@ jobs: shell: bash - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.pip_cache_dir.outputs.dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.ci_pip_reqs.txt') }}-${{ hashFiles('**/setup.py') }}