We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1656e5c + c350d4c commit 8cd8801Copy full SHA for 8cd8801
1 file changed
.github/workflows/ruby.yml
@@ -21,10 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up Ruby
24
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
25
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
26
- # uses: ruby/setup-ruby@v1
27
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
+ uses: ruby/setup-ruby@v1
28
with:
29
ruby-version: 2.6
30
- name: Install dependencies
0 commit comments