From 1496ff20ce75bd9aaf3a78ab5356c7117216ef27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 04:25:17 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.7. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- .github/workflows/pytest-min-versions.yaml | 2 +- .github/workflows/pytest-non-local.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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') }}