File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316 # nodejs.org outage reuses the cache instead of turning this step red. Keyed
317317 # on the pin file so a version bump misses and re-fetches automatically.
318318 - name : Cache the pinned Node (naude engine)
319- uses : actions/cache@v4.3 .0
319+ uses : actions/cache@v6.1 .0
320320 with :
321321 path : ${{ runner.temp }}/clode-nodes
322322 key : pinned-node-${{ hashFiles('deps/clode/node-pin.json') }}-${{ runner.os }}-${{ runner.arch }}
@@ -474,7 +474,7 @@ jobs:
474474 - name : Provision postject (deps/clode) so the fused clode-native can assemble a naude
475475 run : npm ci --prefix deps/clode 2>&1 | tail -3
476476 - name : Cache the pinned Node (naude engine — the naude rebuild embeds it)
477- uses : actions/cache@v4.3 .0
477+ uses : actions/cache@v6.1 .0
478478 with :
479479 path : ${{ runner.temp }}/clode-nodes
480480 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