updated deprecation messaging

This commit is contained in:
AlyonaSviridenko
2021-02-04 11:04:13 +03:00
parent 9230407778
commit 4ac0d0173e
3 changed files with 6 additions and 7 deletions

4
dist/index.js vendored
View File

@@ -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) {