From 9fa7f2ab02ab72905cc65d3a15531a2416f15514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 10:19:29 +0000 Subject: [PATCH] Bump actions/cache from 3.0.9 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [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.9...v3.0.10) --- 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 88ab62bfb..02e232d9e 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.9 + uses: actions/cache@v3.0.10 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 e028d882f..49f3aaa27 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.9 + uses: actions/cache@v3.0.10 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/setup.cfg') }}