diff --git a/action.yml b/action.yml index bbf6aa5..1f9bb88 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: description: 'A suffix to append to a file' required: false runs: - using: 'node12' + using: 'node16' main: 'gist.js' branding: icon: 'align-center'