diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 1ec68e8412f9..b9946e2182e9 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} #- name: Cache pip - # uses: actions/cache@v3 + # uses: actions/cache@v4 # with: # path: ~/.cache/pip # key: ${{ runner.os }}-Benchmarks-${{ hashFiles('requirements.txt') }} @@ -84,7 +84,7 @@ jobs: id: pip-cache run: echo "::set-output name=dir::$(pip cache dir)" - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}