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 b375272 commit c006762Copy full SHA for c006762
.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@1c58d16f1a2d74dc895c05f92d1e31ffe691110e # v1.261.0
+ uses: ruby/setup-ruby@cf7216d52fba1017929b4d7162fabe2b30af5b49 # v1.262.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