diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 8493c10..cc4fbe9 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, windows-latest, macos-latest] - version: [2.4, 2.5.x, 2.6, 2.7.x] + version: [2.5.x, 2.6, 2.7.x] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/README.md b/README.md index 82b534b..a12d2ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ versions status

-**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.** +**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), 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 ba7a3d0..32887e4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) { diff --git a/src/main.ts b/src/main.ts index 75a1558..72056d7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,7 +6,7 @@ export async function run() { 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.' + 'Please, migrate to https://github.com/ruby/setup-ruby, which is being actively maintained.' ); core.info('------------------------');