github-workflows-kt
github-workflows-kt copied to clipboard
chore(server): use lib to call GitHub to list available versions
- Replace manual HTTP client implementation with
kohsuke.githublibrary. - Simplify
fetchAvailableVersionslogic and remove redundant dependencies. - Refactor tests to use
kotestwithMockServerfor more concise and structured testing. - Update dependencies and remove unused code.