From eefe16c2926595fc33e82964c12671a444801e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 04:47:54 +0000 Subject: [PATCH] ci: bump actions/cache from 3.5.0 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.5.0 to 5.0.5. - [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.5.0...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cced3e9..7bd0fa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache pip packages - uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8cc1e9d..691e3c8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,7 +21,7 @@ jobs: python-version: "3.11" - name: Cache pip - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ~/.cache/pip key: ${{ runner.os }}-pip-build