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 3eb34e3 commit 7d18cb5Copy full SHA for 7d18cb5
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- if: ${{ matrix.os == 'ubuntu-latest' }}
24
run: sudo apt install libyaml-dev
25
- name: Set up Ruby
26
- uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0
+ uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
27
with:
28
ruby-version: ${{ matrix.ruby }}
29
bundler-cache: true # 'bundle install' and cache
0 commit comments