From 0a63fb4a3b9764c872205d1a0b778954a0bd41f1 Mon Sep 17 00:00:00 2001 From: Victor Lin Date: Mon, 23 Mar 2026 14:41:25 -0700 Subject: [PATCH] Upgrade to v8 of actions/github-script Squashes Node 20 vs. 24 warnings. --- actions/workflow-context/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/workflow-context/action.yaml b/actions/workflow-context/action.yaml index 1d6ef53..9a80dc1 100644 --- a/actions/workflow-context/action.yaml +++ b/actions/workflow-context/action.yaml @@ -38,7 +38,7 @@ runs: using: composite steps: - id: context - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let idToken = await core.getIDToken();