File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments