diff --git a/action.yml b/action.yml index 2c0f7aba..ec93539a 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: 'node20' main: 'dist/setup/index.js' post: 'dist/cleanup/index.js'