diff --git a/action.yml b/action.yml index 0604e439..fb13e499 100644 --- a/action.yml +++ b/action.yml @@ -168,7 +168,7 @@ outputs: - Keys of restored caches. - Example: `["key1", "key2"]`. runs: - using: "node16" + using: "node20" main: "dist/restore/index.js" post: "dist/save/index.js" post-if: success()