diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 28a32202023a..6668927b2855 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -58,7 +58,7 @@ jobs: id: prepare-cache-pip uses: ./.github/actions/prepare-cache-pip - name: pip cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.7 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/docs_requirements.txt') }}-${{ hashFiles('**/setup.cfg') }} diff --git a/.github/workflows/pytest-min-versions.yaml b/.github/workflows/pytest-min-versions.yaml index 2f3992061506..a1829f3333e4 100644 --- a/.github/workflows/pytest-min-versions.yaml +++ b/.github/workflows/pytest-min-versions.yaml @@ -38,7 +38,7 @@ jobs: id: prepare-cache-pip uses: ./.github/actions/prepare-cache-pip - name: pip cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.7 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/min-requirements.txt') }}-${{ hashFiles('**/setup.cfg') }} diff --git a/.github/workflows/pytest-non-local.yaml b/.github/workflows/pytest-non-local.yaml index 1e5591a6d518..7b161bd47e5c 100644 --- a/.github/workflows/pytest-non-local.yaml +++ b/.github/workflows/pytest-non-local.yaml @@ -35,7 +35,7 @@ jobs: id: prepare-cache-pip uses: ./.github/actions/prepare-cache-pip - name: pip cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.7 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/test_requirements.txt') }}-${{ hashFiles('**/setup.cfg') }} diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 9382ba966a3e..2b8a12910ed2 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -38,7 +38,7 @@ jobs: id: prepare-cache-pip uses: ./.github/actions/prepare-cache-pip - name: pip cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.7 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/test_requirements.txt') }}-${{ hashFiles('**/setup.cfg') }}