From 25ea4f0f337c22e24c4cea0db918522197776545 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Fri, 20 Mar 2026 22:12:18 +0900 Subject: [PATCH] fix: update GitHub Actions runtime from node20 to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 04d528c..75871df 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ outputs: description: "Boolean indicating if cache was restored" runs: - using: node20 + using: node24 main: dist/index.mjs post: dist/index.mjs post-if: success()