From a98d0364eb47faa7b61a5737c78b2fbb08dc0279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 01:34:09 +0000 Subject: [PATCH] Bump actions/cache from 3.0.10 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [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/v3.0.10...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4c3715dd9..05c6c4b8d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -54,7 +54,7 @@ jobs: id: prepare-cache-pip uses: ./.github/actions/prepare-cache-pip - name: pip cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/setup.cfg') }} diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 44f81edc2..431686fc8 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -44,7 +44,7 @@ jobs: id: prepare-cache-pip uses: ./.github/actions/prepare-cache-pip - name: pip cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/setup.cfg') }}