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 62dbc84 commit e4f9026Copy full SHA for e4f9026
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
timeout-minutes: 10
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Extract release note
30
run: |
31
ruby \
@@ -52,7 +52,7 @@ jobs:
52
id-token: write
53
environment: release
54
55
56
- uses: ruby/setup-ruby@v1
57
with:
58
ruby-version: ruby
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- "3.3"
20
- "3.4"
21
22
23
24
ruby-version: ${{ matrix.ruby-version }}
0 commit comments