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 56c1050 commit bb09570Copy full SHA for bb09570
.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@31a7f6d628878b80bc63375a93ae079ec50a1601 # v1.138.0
+ uses: ruby/setup-ruby@31a7f6d628878b80bc63375a93ae079ec50a1601 # v1.143.0
35
with:
36
ruby-version: ${{ matrix.ruby }}
37
bundler-cache: true # 'bundle install' and cache
0 commit comments