diff --git a/action.yml b/action.yml index 8bd3424..88b52ed 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: required: true default: '4.2.5' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'download'