From 5515188ec4acb7fb8c01c80c0ad468f07eaeac98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:43:14 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.0 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 5.0.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/1bd1e32a3bdc45362d1e726936510720a7c30a57...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-review.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index faa443614c5..84a3078dde9 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -77,7 +77,7 @@ jobs: - name: Restore reviewer memory if: steps.membership.outputs.is_member == 'true' - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: .github/pr-review-memory.db key: pr-review-memory-${{ github.repository }}-${{ github.run_id }} @@ -100,7 +100,7 @@ jobs: - name: Save reviewer memory if: steps.membership.outputs.is_member == 'true' && always() - uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: .github/pr-review-memory.db key: pr-review-memory-${{ github.repository }}-${{ github.run_id }} @@ -194,7 +194,7 @@ jobs: - name: Restore reviewer memory if: steps.membership.outputs.is_member == 'true' - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: .github/pr-review-memory.db key: pr-review-memory-${{ github.repository }}-${{ github.run_id }} @@ -216,7 +216,7 @@ jobs: - name: Save reviewer memory if: steps.membership.outputs.is_member == 'true' && always() - uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: .github/pr-review-memory.db key: pr-review-memory-${{ github.repository }}-${{ github.run_id }}