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.
2 parents 31ea1c0 + 9b07c08 commit 5ebf0feCopy full SHA for 5ebf0fe
.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@ee26e27437bde475b19a6bf8cb73c9fa658876a2 # v1.134.0
+ uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d # v1.135.0
27
with:
28
ruby-version: ${{ matrix.ruby }}
29
bundler-cache: true # 'bundle install' and cache
0 commit comments