From 54426477207c0608d2888b6c6776b53f763b29e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 05:03:35 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 2.1.7 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] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d709f6..d833f4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: "python3 -m pip install poetry==${{ env.POETRY_VERSION }}" - name: "Cache venv" - uses: "actions/cache@v2.1.6" + uses: "actions/cache@v2.1.7" with: path: "./.venv/" key: "venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}" @@ -105,7 +105,7 @@ jobs: run: "python3 -m pip install poetry==${{ env.POETRY_VERSION }} tox==${{ env.TOX_VERSION }} tox-gh-actions==${{ env.TOX_GH_ACTIONS_VERSION }}" - name: "Cache venv" - uses: "actions/cache@v2.1.6" + uses: "actions/cache@v2.1.7" with: path: "./.venv/" key: "venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}"