Add reminder to use ruby/setup-ruby@v1 for latest Ruby releases

This commit is contained in:
Benoit Daloze
2021-04-20 14:17:53 +02:00
parent b2296551a1
commit b12138f02d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ function validateRubyEngineAndVersion(platform, engineVersions, engine, parsedVe
} else {
throw new Error(`Unknown version ${parsedVersion} for ${engine} on ${platform}
available versions for ${engine} on ${platform}: ${engineVersions.join(', ')}
Make sure you use the latest version of the action with - uses: ruby/setup-ruby@v1
File an issue at https://github.com/ruby/setup-ruby/issues if would like support for a new version`)
}
}