diff --git a/action.yml b/action.yml index 3a944394..503d42dd 100644 --- a/action.yml +++ b/action.yml @@ -28,5 +28,5 @@ outputs: all-labels: description: 'A comma-separated list of all labels that the PR contains' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'