From 68b080e000c27e83b045a0ad08efcaed71b7e56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:50:24 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#925) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/reusable-linters.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6256f5541..d06fcade3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -210,7 +210,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" # - name: Cache - name: Cache PyPI - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: >- pip-ci-${{ diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index ce4f58d68..9f1960e3d 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -33,14 +33,14 @@ jobs: with: python-version: ${{ env.PYTHON_LATEST }} - name: Cache PyPI - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: pip-lint-${{ hashFiles('requirements/*.txt') }} path: ~/.cache/pip restore-keys: | pip-lint- - name: Cache pre-commit.com virtualenvs - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: >-