From 065c404f01aeac9ea373c4f6eba8fe3a25d90a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:56:08 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.2 to 4.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.2.2. - [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.3.2...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 8c1cfa0..dc324ea 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-python@v4 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.2.2 with: path: | ~/.cache/pre-commit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a447c7..3c7d866 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@v4 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.2.2 with: path: | ~/.cache/pre-commit @@ -26,7 +26,7 @@ jobs: restore-keys: | ${{ runner.os }}-precommit- - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.2.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt') }}