diff --git a/action.yml b/action.yml index 450fc57..3a12058 100644 --- a/action.yml +++ b/action.yml @@ -47,5 +47,5 @@ outputs: The unique ID of the github release from which the assets were deleted. runs: - using: node16 - main: dist/index.js \ No newline at end of file + using: node20 + main: dist/index.js