Skip to content

Commit 550148b

Browse files
chore(deps): update actions/cache action to v6
1 parent 4c544bf commit 550148b

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
@@ -320,7 +320,7 @@ jobs:
320320
# nodejs.org outage reuses the cache instead of turning this step red. Keyed
321321
# on the pin file so a version bump misses and re-fetches automatically.
322322
- name: Cache the pinned Node (naude engine)
323-
uses: actions/cache@v4.3.0
323+
uses: actions/cache@v6.1.0
324324
with:
325325
path: ${{ runner.temp }}/clode-nodes
326326
key: pinned-node-${{ hashFiles('deps/clode/node-pin.json') }}-${{ runner.os }}-${{ runner.arch }}
@@ -478,7 +478,7 @@ jobs:
478478
- name: Provision postject (deps/clode) so the fused clode-native can assemble a naude
479479
run: npm ci --prefix deps/clode 2>&1 | tail -3
480480
- name: Cache the pinned Node (naude engine — the naude rebuild embeds it)
481-
uses: actions/cache@v4.3.0
481+
uses: actions/cache@v6.1.0
482482
with:
483483
path: ${{ runner.temp }}/clode-nodes
484484
key: pinned-node-${{ hashFiles('deps/clode/node-pin.json') }}-${{ runner.os }}-${{ runner.arch }}

0 commit comments

Comments
 (0)