Skip to content

Commit 56c532e

Browse files
feat(actions): update ruby/setup-ruby@v1 (#1219)
Created automatically. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14e83f0 commit 56c532e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
961f85197f92e4842e3cb92a4f97bd8e010cdbaf
1+
360dc864d5da99d54fcb8e9148c14a84b90d3e88

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/ruby/SetupRubyV1.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public data class SetupRubyV1 private constructor(
3939
* is used.
4040
* For 'latest', `gem update --system` is run to update to the latest compatible RubyGems
4141
* version.
42-
* Ruby head/master builds and Ruby 2.2 and earlier will not be updated.
42+
* Ruby head/master builds will not be updated.
4343
* Similarly, if a version number is given, `gem update --system <version>` is run to update to
4444
* that version of RubyGems, as long as that version is newer than the one provided by default.
4545
*/

0 commit comments

Comments
 (0)