fix(ci): update actions/cache to 6.1.0

This commit is contained in:
ethernet 2026-07-31 01:49:05 -04:00
parent 4009af4843
commit e1e6d9b094
5 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,7 @@ jobs:
with:
node-version: 22
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: npm-cache
with:
path: website/node_modules

View file

@ -17,7 +17,7 @@ jobs:
with:
node-version: 22
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: npm-cache
with:
path: website/node_modules

View file

@ -34,7 +34,7 @@ jobs:
with:
node-version: 22
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: npm-cache
with:
# All workspace node_modules; `full` key = installs that ran
@ -88,7 +88,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 }}

View file

@ -69,7 +69,7 @@ jobs:
with:
node-version: 22
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: npm-cache
with:
# All workspace node_modules; noscripts key kept separate from

View file

@ -17,7 +17,7 @@ jobs:
with:
node-version: 22
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: npm-cache
with:
# Cache every workspace's node_modules, not just the root: npm
@ -82,7 +82,7 @@ jobs:
with:
node-version: 22
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: npm-cache
with:
path: |