From 1fc0ab71aa84c7d9fe57ddc974d4d5628dfea2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 10:19:58 +0200 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 (#2806) Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 3c006ec44..86e523fb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -47,7 +47,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.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -74,7 +74,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -118,7 +118,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -130,7 +130,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -162,7 +162,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -194,7 +194,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -206,7 +206,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -235,7 +235,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -247,7 +247,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -279,7 +279,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -311,7 +311,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -323,7 +323,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -359,7 +359,7 @@ jobs: bash <(curl https://getvcn.codenotary.com -L) - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: | @@ -413,7 +413,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: venv key: |