diff --git a/action.yml b/action.yml index 770709d..519821a 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,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()'