Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/aeon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Setup Node.js
if: steps.work.outputs.mode != ''
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '22'

Expand Down Expand Up @@ -835,7 +835,7 @@ jobs:
- name: Attest skill execution
if: steps.attest-gate.outputs.attest == 'true'
# Pinned to the current major per this repo's supply-chain convention
# (checkout@v7, setup-node@v6). Latest major confirmed at:
# (checkout@v7, setup-node@v7). Latest major confirmed at:
# https://github.com/actions/attest-build-provenance/releases
# Multi-subject: one attestation over both run-scoped artifacts (the output
# snapshot and its manifest). Both paths are ${GITHUB_RUN_ID}-unique, so the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:

- name: Setup Node.js
if: steps.msg.outputs.source != ''
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '22'

Expand Down