We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74844d commit 1fca1c0Copy full SHA for 1fca1c0
.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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
+ uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
20
with:
21
bundler-cache: true
22
rubygems: latest
0 commit comments