Bump actions/github-script v7 to v8 for Node 24 support (#6543)

Node.js 20 actions are deprecated and will be forced to Node 24 starting
June 2, 2026.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 08:06:59 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 94459d6e87
commit d3712699d8
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Check for relevant changes since last successful run
id: check
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
if (context.eventName === 'workflow_dispatch') {