diff --git a/action.yml b/action.yml index 6ee82e0..af17fb3 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: description: Deprecated. Custom key used for APT packages caching required: false runs: - using: 'node12' + using: 'node16' main: dist/index.js