We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b48c085 + 523d5a0 commit 8ad76f8Copy full SHA for 8ad76f8
.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@8711a86ab6f9aa72890da4123b2ef7283b6b22b6
+ uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d
20
with:
21
bundler-cache: true
22
- name: Run tests
0 commit comments