From ab501ca971581387e2ce9f67f0ecb273b782982f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 07:38:33 +0100 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#1838) --- .github/workflows/ci-main.yml | 14 +++++++------- .github/workflows/translation-compile.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index fe2294ca8..d4087634c 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -38,7 +38,7 @@ jobs: with: node-version: '16' - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -56,7 +56,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -80,7 +80,7 @@ jobs: run: | python ./scripts/gh_env.py - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -120,7 +120,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -149,7 +149,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -188,7 +188,7 @@ jobs: with: domain: ${{github.repository_owner}} - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -199,7 +199,7 @@ jobs: scripts/ci_prepare.sh docker-compose -f tests/e2e/docker-compose.yml up -d - id: cache-web - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: web/dist key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'web/**') }} diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index dc7f7fa5d..4de6cd529 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -22,7 +22,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}