From a98acef705a38ab4765356086f5acfa62f37208a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 00:33:28 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5.1.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.1.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v5.1.0...v6.1.0) --- 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/runner-live-evals.yml | 2 +- .github/workflows/storybook-visual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runner-live-evals.yml b/.github/workflows/runner-live-evals.yml index 9f797ab89d..d830e00c01 100644 --- a/.github/workflows/runner-live-evals.yml +++ b/.github/workflows/runner-live-evals.yml @@ -149,7 +149,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Restore compatible weekly baseline - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: packages/paperclip-runner/.paperclip-local/evals/workflows/history key: runner-live-eval-history-${{ github.ref_name }}-${{ github.run_id }} diff --git a/.github/workflows/storybook-visual.yml b/.github/workflows/storybook-visual.yml index 4b3773615c..69862f3884 100644 --- a/.github/workflows/storybook-visual.yml +++ b/.github/workflows/storybook-visual.yml @@ -65,7 +65,7 @@ jobs: run: npx playwright install --with-deps chromium - name: Cache Storybook visual baseline archive - uses: actions/cache@v6 + uses: actions/cache@v6.1.0 with: path: tests/storybook-visual/.cache key: storybook-visual-baseline-${{ runner.os }}-${{ hashFiles('tests/storybook-visual/baseline-manifest.json') }}