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