Skip to content

Commit d685ce3

Browse files
authored
Add comment about ruby/setup-ruby@v1
The same comment can be found in the actions/starter-workflows workflow for Ruby: https://github.com/actions/starter-workflows/blob/2e489c26196ef3b0c1ff38e460beae83e522e2d4/ci/ruby.yml#L27-L29
1 parent 35f625a commit d685ce3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ 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
5760
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
5861
with:
5962
ruby-version: '3.1'

0 commit comments

Comments
 (0)