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 a8019f6 + 1f79cff commit 8aad70fCopy full SHA for 8aad70f
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build the gem
16
runs-on: ubuntu-24.04
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Install Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
rubyopt: "--enable-frozen-string-literal"
31
- ruby: "3.4"
32
33
34
- name: Install Ruby ${{ matrix.ruby }}
35
36
0 commit comments