From 745137badba0dc34c2057f36fa2dc870ed721600 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 11 Mar 2026 11:59:42 +0900 Subject: [PATCH] Migrate to `node24` runner --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 53f9574..904245f 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ outputs: cache-hit: description: "A boolean value that indicates an exact match was found." runs: - using: "node20" + using: "node24" main: "dist/restore/index.js" post: "dist/save/index.js" post-if: "success() || env.CACHE_ON_FAILURE == 'true'"