From 286e3bb16fb6c2c3fb5f28c1b8d6a58f6a56e59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:26:14 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.6. - [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.11...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 d888e6c2b..21fb1263a 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.11 + uses: actions/cache@v3.2.6 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 431686fc8..a7733f604 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.11 + uses: actions/cache@v3.2.6 with: path: ${{ steps.prepare-cache-pip.outputs.cache-dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/setup.cfg') }}