From f38bb93b2bd0464fb2ffa8803bfdacc0735607ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 10:27:12 +0100 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 (#421) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/tests.yaml | 8 ++++---- .github/workflows/typing.yaml | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 194cdd64..cbaa5615 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -90,7 +90,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: ⤵️ Restore cached Python PIP packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} @@ -103,7 +103,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Restore cached Python virtual environment id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .venv key: >- @@ -118,7 +118,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: ⤵️ Restore cached node modules if: ${{ matrix.id == 'prettier' }} - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.npm-cache.outputs.dir }} key: node-${{ runner.os }}-${{ steps.nvm.outputs.nvmrc }}-${{ hashFiles('.github/workflows/requirements.txt') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a1a0f92b..e06a71cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: ⤵️ Restore cached Python PIP packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} @@ -37,7 +37,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Restore cached Python virtual environment id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .venv key: >- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9efc054e..001a7ce3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -28,7 +28,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: ⤵️ Restore cached Python PIP packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} @@ -41,7 +41,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Restore cached Python virtual environment id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .venv key: venv-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} @@ -75,7 +75,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: ⤵️ Restore cached Python PIP packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} @@ -88,7 +88,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Restore cached Python virtual environment id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .venv key: >- diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index a568808c..8fcd7dd5 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -27,7 +27,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: ⤵️ Restore cached Python PIP packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} @@ -40,7 +40,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Restore cached Python virtual environment id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .venv key: venv-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} @@ -77,7 +77,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: ⤵️ Restore cached Python PIP packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: node-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} @@ -90,7 +90,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Restore cached Python virtual environment id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .venv key: venv-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} @@ -103,7 +103,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - name: ⤵️ Restore cached node modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.npm-cache.outputs.dir }} key: node-${{ runner.os }}-${{ steps.nvm.outputs.nvmrc }}-${{ hashFiles('.github/workflows/requirements.txt') }}