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 cac1709 commit 9e75bf6Copy full SHA for 9e75bf6
.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@5311f05890856149502132d25c4a24985a00d426 # v1.153.0
+ uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.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