From 79752ea909245a38499a7312314e8a70c447a42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:59:56 +0000 Subject: [PATCH] Bump actions/cache from 3.0.2 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.2.5. - [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.2...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a115fe754..dd5bdd9401 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: 'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}" - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: venv key: >- @@ -56,7 +56,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}" - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: ${{ env.PRE_COMMIT_CACHE }} key: >- @@ -104,7 +104,7 @@ jobs: 'requirements_test_brain.txt') }}" - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: venv key: >- @@ -153,7 +153,7 @@ jobs: 'requirements_test_brain.txt') }}" - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: venv key: >- @@ -200,7 +200,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: venv key: @@ -254,7 +254,7 @@ jobs: 'requirements_test_brain.txt') }}" - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: venv key: >- @@ -298,7 +298,7 @@ jobs: hashFiles('setup.cfg', 'requirements_test_min.txt') }}" - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 with: path: venv key: >-