From 740fafa86d0c064e6619ea3ca1cc3704cd02bb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:04:35 +0100 Subject: [PATCH] build(deps): bump actions/cache from 2.1.7 to 3 (#2553) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-main.yml | 18 +++++++++--------- .github/workflows/translation-compile.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 5f94e9eaf..f6d3ecccd 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -37,7 +37,7 @@ jobs: with: node-version: '16' - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -76,7 +76,7 @@ jobs: python ./scripts/gh_env.py sudo pip install -U pipenv - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -144,7 +144,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -181,7 +181,7 @@ jobs: with: domain: ${{github.repository_owner}} - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -192,7 +192,7 @@ jobs: scripts/ci_prepare.sh docker-compose -f tests/e2e/docker-compose.yml up -d - id: cache-web - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: web/dist key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'web/**') }} @@ -226,7 +226,7 @@ jobs: with: domain: ${{github.repository_owner}} - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} @@ -237,7 +237,7 @@ jobs: scripts/ci_prepare.sh docker-compose -f tests/e2e/docker-compose.yml up -d - id: cache-web - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 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 d5df9d64c..cdc6ec046 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - id: cache-poetry - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}