We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f6a4f commit f2b0f37Copy full SHA for f2b0f37
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- if: ${{ matrix.os == 'ubuntu-latest' }}
32
run: sudo apt install libyaml-dev
33
- name: Set up Ruby
34
- uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
+ uses: ruby/setup-ruby@master
35
with:
36
ruby-version: ${{ matrix.ruby }}
37
bundler-cache: true # 'bundle install' and cache
0 commit comments