From 1f317b8f909fdb7390157457348ed086fa2a1eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:18:22 +0000 Subject: [PATCH] chore(deps)(deps): bump actions/cache in the ghactions-all group Bumps the ghactions-all group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 3.0.11 to 4.2.3 - [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.11...5a3ec84eff668545956fd18022155c47e93e2684) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/update-pip-requirements.yml | 2 +- .github/workflows/update-pre-commit-hooks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-pip-requirements.yml b/.github/workflows/update-pip-requirements.yml index e6bb189..ef2551a 100644 --- a/.github/workflows/update-pip-requirements.yml +++ b/.github/workflows/update-pip-requirements.yml @@ -41,7 +41,7 @@ jobs: python-version: '3.x' - name: Cache pip dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('.github/pip-requirements.txt') }} diff --git a/.github/workflows/update-pre-commit-hooks.yml b/.github/workflows/update-pre-commit-hooks.yml index fdc4541..2ebf2f6 100644 --- a/.github/workflows/update-pre-commit-hooks.yml +++ b/.github/workflows/update-pre-commit-hooks.yml @@ -43,7 +43,7 @@ jobs: # Cache pip dependencies - name: Cache pip dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/.github/pip-requirements.txt') }}