Skip to content

Commit b3a9bbe

Browse files
Update ruby to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44c7aa1 commit b3a9bbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby 3.2
2727
uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0
2828
with:
29-
ruby-version: 3.4.9
29+
ruby-version: 4.0.2
3030

3131
- name: Install and Build 🔧
3232
run: |

.github/workflows/site-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby 3.2
2727
uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0
2828
with:
29-
ruby-version: 3.4.9
29+
ruby-version: 4.0.2
3030

3131
- name: Install and Build 🔧
3232
run: |

0 commit comments

Comments
 (0)