From 66c39c4dad4bd1b743041bf8a3bfee4ab81bdc06 Mon Sep 17 00:00:00 2001 From: masaaya <156692516+mkanetsuna@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:21:25 +0900 Subject: [PATCH] Update internal setup-node pin to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab4edf2..efd9c38 100644 --- a/action.yml +++ b/action.yml @@ -119,7 +119,7 @@ runs: - name: Ensure Node.js available # Pin to a commit hash because some repositories require it: # https://github.com/openai/codex-action/issues/43 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: "20"