We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89c599 commit 9c03b6eCopy full SHA for 9c03b6e
.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@03b78bdda287ae04217ee12e4b64996630a03542 # v1.131.0
+ uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 # v1.133.0
27
with:
28
ruby-version: ${{ matrix.ruby }}
29
bundler-cache: true # 'bundle install' and cache
0 commit comments