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.
2 parents d72306d + 7102696 commit b48c085Copy full SHA for b48c085
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Update .ruby-version with matrix value
17
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
18
- name: Set up Ruby
19
- uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
+ uses: ruby/setup-ruby@8711a86ab6f9aa72890da4123b2ef7283b6b22b6
20
with:
21
bundler-cache: true
22
- name: Run tests
0 commit comments