diff --git a/action.yml b/action.yml index 323a4bd..b5460b7 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,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()'