From de08aac4645cff023d803d4b0a9363cf9759e3fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:54:50 +0000 Subject: [PATCH] Update actions/cache action to v5.1.0 --- .github/workflows/pull-request-dashboard-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-dashboard-repo.yml b/.github/workflows/pull-request-dashboard-repo.yml index 6f31dde3..0a03b6c7 100644 --- a/.github/workflows/pull-request-dashboard-repo.yml +++ b/.github/workflows/pull-request-dashboard-repo.yml @@ -152,7 +152,7 @@ jobs: - name: Restore per-PR classification cache if: inputs.pr_number != '' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: .github/scripts/pull-request-dashboard/.cache/classifications key: pull-request-dashboard-classifications-${{ inputs.repository }}-${{ inputs.pr_number }}-${{ github.run_id }} @@ -161,7 +161,7 @@ jobs: - name: Restore shared full-rebuild classification cache if: inputs.pr_number == '' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: .github/scripts/pull-request-dashboard/.cache/classifications key: pull-request-dashboard-classifications-${{ inputs.repository }}-all-${{ github.run_id }}