diff --git a/action.yaml b/action.yaml index 06af747..384fff6 100644 --- a/action.yaml +++ b/action.yaml @@ -1,4 +1,5 @@ name: Infrement version number to max. +author: Philipp Horstenkamp description: Increases a version number until the the version number is invalid. Onyl updates minor and below. No support for previews. Only Semantic numbers are supported. inputs: url-pattern: @@ -12,5 +13,5 @@ outputs: description: The maximum currently downloadable version found. runs: - using: node12 + using: node20 main: index.js