Skip to content

Commit 7a2898c

Browse files
chore(deps): update actions/cache action to v6
1 parent 3ec0c9f commit 7a2898c

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
@@ -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 }}

0 commit comments

Comments
 (0)