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 c908918 commit d0d4f46Copy full SHA for d0d4f46
.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@d37167af451eb51448db3354e1057b75c4b268f7 # v1.155.0
+ uses: ruby/setup-ruby@5cfe23c062c0aac352e765b1b7cc12ea5255ccc4 # v1.156.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