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