We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c09a09 commit 1bcf3a6Copy full SHA for 1bcf3a6
.github/workflows/jruby.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: rm -f Gemfile.lock
36
- run: rm -f .ruby-version
37
- name: Set up Ruby
38
- uses: ruby/setup-ruby@d8d83c3960843afb664e821fed6be52f37da5267 # v1.231.0
+ uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242.0
39
with:
40
ruby-version: ${{ matrix.ruby }}
41
rubygems: latest
.github/workflows/rspec.yml
@@ -33,7 +33,7 @@ jobs:
33
34
0 commit comments