chore(deps): bump actions/setup-node from 6 to 7 (#393)

Upgrade actions/setup-node to v7 across CI, sheriff, and generated-output sync workflows.

The action migrated to ESM and updated its cache internals; existing inputs required no migration. The PR's full exercised CI matrix passed on v7, and all changed workflows passed local YAML validation.

AI assistance: Codex performed dependency review and validation under maintainer automation instructions.
This commit is contained in:
dependabot[bot]
2026-07-20 10:08:16 -07:00
committed by GitHub
parent 3e94d416e6
commit e6f3ce6d9a
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.SYNC_GENERATED_OUTPUT_TOKEN || github.token }}
- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: 24