From 4ca2488359e1cd985021237ff59fe2f850e29e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:12:24 +0000 Subject: [PATCH] chore(actions)(deps): bump actions/cache from 4.2.4 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0400d5f644dc74513175e3cd8d07132dd4860809...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/e2e-desktop.yml | 2 +- .github/workflows/js-tests.yml | 2 +- .github/workflows/rust-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-desktop.yml b/.github/workflows/e2e-desktop.yml index 8692f05d..ee8b4952 100644 --- a/.github/workflows/e2e-desktop.yml +++ b/.github/workflows/e2e-desktop.yml @@ -92,7 +92,7 @@ jobs: # cache to avoid cold starts on unrelated PRs. - name: Restore visual baseline screenshots id: restore-baselines - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: apps/desktop/e2e/*-snapshots key: visual-baselines-${{ github.ref_name }} diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index 95690829..1541e94c 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -46,7 +46,7 @@ jobs: # makes the archive larger. - name: Restore node_modules id: node-modules-cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | node_modules diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index 5c91e1a3..027244a0 100644 --- a/.github/workflows/rust-tests.yml +++ b/.github/workflows/rust-tests.yml @@ -62,7 +62,7 @@ jobs: # No restore-keys: a partial hit leaves a stale target dir, and cargo # re-resolves correctly on top of a Cargo.toml-keyed hit anyway. - name: Restore cargo cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry