From 148fc4c9c689f3f9c87990fd74442fe9e62dd3c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 22:20:54 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.8 --- {{cookiecutter.project_name}}/.github/workflows/cd.yml | 2 +- {{cookiecutter.project_name}}/.github/workflows/codecov.yml | 2 +- .../.github/workflows/preview-docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_name}}/.github/workflows/cd.yml b/{{cookiecutter.project_name}}/.github/workflows/cd.yml index fc76739d..42271dad 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/cd.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: run: | poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: .venv key: venv-${{ '{{' }} hashFiles('**/poetry.lock') {{ '}}' }} diff --git a/{{cookiecutter.project_name}}/.github/workflows/codecov.yml b/{{cookiecutter.project_name}}/.github/workflows/codecov.yml index e7e739de..5523598e 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/codecov.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/codecov.yml @@ -22,7 +22,7 @@ jobs: run: | poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: .venv key: venv-${{ '{{' }} hashFiles('**/poetry.lock') {{ '}}' }} diff --git a/{{cookiecutter.project_name}}/.github/workflows/preview-docs.yml b/{{cookiecutter.project_name}}/.github/workflows/preview-docs.yml index 79407324..b8789910 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/preview-docs.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/preview-docs.yml @@ -25,7 +25,7 @@ jobs: run: | poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: .venv key: venv-${{ '{{' }} hashFiles('**/poetry.lock') {{ '}}' }}