updated wording, fixed matrix

This commit is contained in:
AlyonaSviridenko
2021-02-04 14:19:48 +03:00
parent 4ac0d0173e
commit 628c631e13
4 changed files with 4 additions and 4 deletions

2
dist/index.js vendored
View File

@@ -1332,7 +1332,7 @@ function run() {
try {
core.info('------------------------');
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('Please, migrate to https://github.com/ruby/setup-ruby, which is being actively maintained.');
core.info('------------------------');
let versionSpec = core.getInput('ruby-version', { required: true });
if (!versionSpec) {