diff --git a/action.yml b/action.yml index 43ee0bda..50794856 100644 --- a/action.yml +++ b/action.yml @@ -78,6 +78,6 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' runs: - using: 'node16' + using: 'node21' main: 'dist/setup/index.js' post: 'dist/cleanup/index.js'