Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit 628c631

Browse files
updated wording, fixed matrix
1 parent 4ac0d01 commit 628c631

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
operating-system: [ubuntu-latest, windows-latest, macos-latest]
18-
version: [2.4, 2.5.x, 2.6, 2.7.x]
18+
version: [2.5.x, 2.6, 2.7.x]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://github.com/actions/setup-ruby/actions"><img alt="versions status" src="https://github.com/actions/setup-ruby/workflows/ruby-versions/badge.svg"></a>
77
</p>
88

9-
**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.**
9+
**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.**
1010

1111

1212
This action sets up a ruby environment for versions which are installed on the [Actions Virtual Environments](https://github.com/actions/virtual-environments).

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ function run() {
13321332
try {
13331333
core.info('------------------------');
13341334
core.info('NOTE: This action is deprecated and is no longer maintained.');
1335-
core.info('Please, migrate to https://github.com/ruby/setup-ruby action, which is being actively maintained.');
1335+
core.info('Please, migrate to https://github.com/ruby/setup-ruby, which is being actively maintained.');
13361336
core.info('------------------------');
13371337
let versionSpec = core.getInput('ruby-version', { required: true });
13381338
if (!versionSpec) {

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function run() {
66
core.info('------------------------');
77
core.info('NOTE: This action is deprecated and is no longer maintained.');
88
core.info(
9-
'Please, migrate to https://github.com/ruby/setup-ruby action, which is being actively maintained.'
9+
'Please, migrate to https://github.com/ruby/setup-ruby, which is being actively maintained.'
1010
);
1111
core.info('------------------------');
1212

0 commit comments

Comments
 (0)