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

Commit 9230407

Browse files
updated dist/index.js
1 parent c48caba commit 9230407

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,10 @@ const cache = __importStar(__webpack_require__(365));
13301330
function run() {
13311331
return __awaiter(this, void 0, void 0, function* () {
13321332
try {
1333+
core.info('------------------------');
1334+
core.info('NOTE: this action is deprecated and will not be maintained in future by GitHub engineers.');
1335+
core.info('Please, migrate to https://github.com/ruby/setup-ruby from official Ruby community.');
1336+
core.info('------------------------');
13331337
let versionSpec = core.getInput('ruby-version', { required: true });
13341338
if (!versionSpec) {
13351339
// deprecated

0 commit comments

Comments
 (0)