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 b59ca2f commit 31e9206Copy full SHA for 31e9206
.github/workflows/gh-pages.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
- name: Setup Ruby
25
- uses: ruby/setup-ruby@5cfe23c062c0aac352e765b1b7cc12ea5255ccc4 # v1.156.0
+ uses: ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0
26
with:
27
ruby-version: '3.2'
28
bundler-cache: true
.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
35
36
ruby-version: ${{ matrix.ruby }}
37
bundler-cache: true # 'bundle install' and cache
0 commit comments