From 6cc273763f42a8f410852333e9906494cdf4825d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:16:37 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-pypi.yml | 2 +- .github/workflows/ci-lint-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-pypi.yml b/.github/workflows/cd-pypi.yml index 60d1e7a7c..4a1ec8fa4 100644 --- a/.github/workflows/cd-pypi.yml +++ b/.github/workflows/cd-pypi.yml @@ -23,7 +23,7 @@ jobs: uses: snok/install-poetry@v1.3 - name: "[INIT] Restore dependency cache" id: cache-restore - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cache/pip diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index f6524ce4d..7671d16e0 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -22,7 +22,7 @@ jobs: uses: snok/install-poetry@v1.3 - name: "[INIT] Restore dependency cache" id: cache-restore - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cache/pip @@ -55,7 +55,7 @@ jobs: uses: snok/install-poetry@v1.3 - name: "[INIT] Restore dependency cache" id: cache-restore - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cache/pip