From e6b2a39548e87db5526664f7fde4965f22e25364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:16:59 +0000 Subject: [PATCH] ci(actions): bump actions/cache from 4.3.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0. - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench-nightly.yml b/.github/workflows/bench-nightly.yml index b6a7d90..0f398db 100644 --- a/.github/workflows/bench-nightly.yml +++ b/.github/workflows/bench-nightly.yml @@ -31,7 +31,7 @@ jobs: # match finds the most recent previous entry even if the full key # (which includes the unique run ID) doesn't match. - name: Restore criterion baseline - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: target/criterion key: criterion-baseline-${{ runner.os }}-${{ github.run_id }}