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'"