Skip to content

Commit c954a53

Browse files
author
Sarah Edwards
authored
remove comment for now
1 parent d685ce3 commit c954a53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/actions/automating-builds-and-tests/building-and-testing-ruby.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v2
5656
- name: Set up Ruby
57-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
58-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
59-
# uses: ruby/setup-ruby@v1
6057
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
6158
with:
6259
ruby-version: '3.1'

0 commit comments

Comments
 (0)