diff --git a/README.md b/README.md index 813bdd6..82b534b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ versions status

-**Please note: This repository is currently unmaintained by a team of developers at GitHub, we are not going to be updating issues or pull requests on this repository. Please, migrate your workflows to [ruby/setup-ruby](https://github.com/ruby/setup-ruby) by official [Ruby community](https://www.ruby-lang.org/en/).** +**Please note: This action is deprecated and should no longer be used. The team at GitHub has ceased making and accepting code contributions or maintaining issues tracker. Please, migrate your workflows to the [ruby/setup-ruby](https://github.com/ruby/setup-ruby) action, which is being actively maintained by the official Ruby organization.** + This action sets up a ruby environment for versions which are installed on the [Actions Virtual Environments](https://github.com/actions/virtual-environments). diff --git a/dist/index.js b/dist/index.js index 8f9f85b..ba7a3d0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1331,8 +1331,8 @@ function run() { return __awaiter(this, void 0, void 0, function* () { try { core.info('------------------------'); - core.info('NOTE: this action is deprecated and will not be maintained in future by GitHub engineers.'); - core.info('Please, migrate to https://github.com/ruby/setup-ruby from official Ruby community.'); + core.info('NOTE: This action is deprecated and is no longer maintained.'); + core.info('Please, migrate to https://github.com/ruby/setup-ruby action, which is being actively maintained.'); core.info('------------------------'); let versionSpec = core.getInput('ruby-version', { required: true }); if (!versionSpec) { diff --git a/src/main.ts b/src/main.ts index be1c13b..75a1558 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,11 +4,9 @@ import * as cache from './cache'; export async function run() { try { core.info('------------------------'); + core.info('NOTE: This action is deprecated and is no longer maintained.'); core.info( - 'NOTE: this action is deprecated and will not be maintained in future by GitHub engineers.' - ); - core.info( - 'Please, migrate to https://github.com/ruby/setup-ruby from official Ruby community.' + 'Please, migrate to https://github.com/ruby/setup-ruby action, which is being actively maintained.' ); core.info('------------------------');