diff --git a/README.md b/README.md index 8edadc7..c118e35 100644 --- a/README.md +++ b/README.md @@ -133,5 +133,6 @@ This follows the [recommendations](https://github.com/actions/toolkit/blob/maste ## Credits +The current maintainer of this action is @eregon. Most of the Windows logic is from https://github.com/MSP-Greg/actions-ruby by MSP-Greg. Many thanks to MSP-Greg and Lars Kanis for the help with Ruby Installer. diff --git a/dist/index.js b/dist/index.js index b036afb..9c2ae7e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5149,7 +5149,7 @@ const rubyBuilderVersions = __webpack_require__(156) const axios = __webpack_require__(53) const builderReleaseTag = 'builds-no-warn' -const releasesURL = 'https://github.com/eregon/ruby-builder/releases' +const releasesURL = 'https://github.com/ruby/ruby-builder/releases' function getAvailableVersions(platform, engine) { return rubyBuilderVersions.getVersions(platform)[engine]