From 8ca4963f7bc04e0d17caa3a96f07cd2e89a5c21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 06:58:15 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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/v2.1.6...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 478c75c95ce..de9b02d13cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -48,7 +48,7 @@ jobs: pip install -r requirements.txt -r requirements_tests.txt - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -75,7 +75,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -119,7 +119,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -131,7 +131,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -163,7 +163,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -195,7 +195,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -207,7 +207,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -236,7 +236,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -248,7 +248,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -280,7 +280,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -312,7 +312,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -324,7 +324,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -360,7 +360,7 @@ jobs: vnc_version: ${{ env.DEFAULT_VCN }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: | @@ -414,7 +414,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.5 with: path: venv key: |