From 2fd51c36b8f1ed55b6b10be65229da16580d8a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 08:40:59 +0200 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.0.5 (#3734) 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 7a44aed3a..9c68b26e9 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@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -45,7 +45,7 @@ jobs: pip install -r requirements.txt -r requirements_tests.txt - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -72,7 +72,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -116,7 +116,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -128,7 +128,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -160,7 +160,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -192,7 +192,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -204,7 +204,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -233,7 +233,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -245,7 +245,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -277,7 +277,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -309,7 +309,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -321,7 +321,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ env.PRE_COMMIT_HOME }} key: | @@ -357,7 +357,7 @@ jobs: version: ${{ env.DEFAULT_CAS }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: | @@ -411,7 +411,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: venv key: |