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 002d659 commit b09da1bCopy full SHA for b09da1b
.github/workflows/release-rubygem.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14
- uses: ruby/setup-ruby@v1
15
with:
16
- ruby-version: '3.4.8'
+ ruby-version: '4.0.1'
17
bundler-cache: true
18
- uses: cucumber/action-publish-rubygem@d8918cbdee789cfc78f346a96a59596b87795be1 # v1.0.0
19
.github/workflows/test-codegen.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up Ruby
44
uses: ruby/setup-ruby@v1
45
46
47
48
- name: generate code for all languages
49
run: |
0 commit comments