From cf3f020ba5bc6910f95590eea4fcec19a91e3e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:38:17 +0200 Subject: [PATCH] Bump actions/cache/restore from 5.0.5 to 6.1.0 (#177523) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 649bf7b918dd..a703bc7052f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -736,7 +736,7 @@ jobs: apt-cache-version: ${{ env.APT_CACHE_VERSION }} - name: Restore pytest test counts cache id: cache-pytest-counts - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: pytest_test_counts.json # Primary key is a sentinel; restore-keys pick the most recent