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') }}"