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

View File

@@ -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('------------------------');