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 3207e6f commit d0631bcCopy full SHA for d0631bc
.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@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230.0
+ uses: ruby/setup-ruby@d8d83c3960843afb664e821fed6be52f37da5267 # v1.231.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