Skip to content

Commit 9b2d2e5

Browse files
chore(deps): update actions/cache action to v6
1 parent e616b9f commit 9b2d2e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
# nodejs.org outage reuses the cache instead of turning this step red. Keyed
352352
# on the pin file so a version bump misses and re-fetches automatically.
353353
- name: Cache the pinned Node (naude engine)
354-
uses: actions/cache@v4.3.0
354+
uses: actions/cache@v6.1.0
355355
with:
356356
path: ${{ runner.temp }}/clode-nodes
357357
key: pinned-node-${{ hashFiles('deps/clode/node-pin.json') }}-${{ runner.os }}-${{ runner.arch }}
@@ -526,7 +526,7 @@ jobs:
526526
- name: Provision postject (deps/clode) so the fused clode-native can assemble a naude
527527
run: npm ci --prefix deps/clode 2>&1 | tail -3
528528
- name: Cache the pinned Node (naude engine — the naude rebuild embeds it)
529-
uses: actions/cache@v4.3.0
529+
uses: actions/cache@v6.1.0
530530
with:
531531
path: ${{ runner.temp }}/clode-nodes
532532
key: pinned-node-${{ hashFiles('deps/clode/node-pin.json') }}-${{ runner.os }}-${{ runner.arch }}

0 commit comments

Comments
 (0)