From ffffe4b4591d371995ba7d1090d3123676933317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 07:42:25 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/_pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_pre-commit.yml b/.github/workflows/_pre-commit.yml index 50464a0..158fc41 100644 --- a/.github/workflows/_pre-commit.yml +++ b/.github/workflows/_pre-commit.yml @@ -39,7 +39,7 @@ jobs: id: pre-commit-cache # actions/cache/restore@v5.0.4 # https://github.com/actions/cache/releases/tag/v5.0.4 - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ${{ runner.temp }}/pre-commit-cache key: pre-commit-${{ runner.os }}-config-hash-${{ hashFiles('.pre-commit-config.yaml') }} @@ -84,7 +84,7 @@ jobs: if: ${{ always() && steps.pre-commit-run.outcome != 'skipped' && steps.pre-commit-cache.outputs.cache-hit != 'true' }} # actions/cache/save@v5.0.4 # https://github.com/actions/cache/releases/tag/v5.0.4 - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ${{ runner.temp }}/pre-commit-cache key: pre-commit-${{ runner.os }}-config-hash-${{ hashFiles('.pre-commit-config.yaml') }}