diff --git a/.github/workflows/e2e-desktop.yml b/.github/workflows/e2e-desktop.yml index 8692f05..ee8b495 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 9569082..1541e94 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 5c91e1a..027244a 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