Skip to content

Commit b92f6cf

Browse files
committed
chore(deps): update dependency ruby to v4
1 parent b8dbd2b commit b92f6cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: "3.2"
23+
ruby-version: "4.0.0"
2424
- name: Checkout repo
2525
uses: actions/checkout@v4
2626
- name: Checkout submodules

.github/workflows/release-generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Ruby 3.4
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.4"
21+
ruby-version: "4.0.0"
2222
- name: Install tools
2323
run: "gem install --no-document toys"
2424
- name: execute

.github/workflows/tag-generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Ruby 3.4
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: "3.4"
27+
ruby-version: "4.0.0"
2828
- name: Install tools
2929
run: "gem install --no-document toys"
3030
- name: Execute

0 commit comments

Comments
 (0)