diff --git a/action.yml b/action.yml index 54f3c7b..1172a68 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ outputs: cache-hit: description: "A boolean value to indicate an exact match was found for the primary key" runs: - using: node12 + using: node16 main: "dist/restore/index.js" post: "dist/save/index.js" post-if: "success()"