From 6c4e3f4af98f47798c9631c716f86bdd703298ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:17:15 +0000 Subject: [PATCH] Bump actions/cache from 3.0.9 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yaml | 2 +- .github/workflows/coverage.yaml | 2 +- .github/workflows/testing.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index b89bdc7..cb65a0c 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -31,7 +31,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 id: cache-venv with: path: .venv diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 96801a8..2b65313 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -21,7 +21,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 with: path: .venv key: venv-${{ runner.os }}-3.10-${{ hashFiles('**/poetry.lock') }}-0 diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 649e4ab..ad354de 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.11 with: path: | ~/.cache/pip @@ -42,7 +42,7 @@ jobs: virtualenvs-create: true virtualenvs-in-project: true - name: Load cached venv - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 id: cache-venv with: path: .venv