Skip to content

Commit 1f39cda

Browse files
committed
Use Ruby 4.0.0
1 parent 3462407 commit 1f39cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.4.4
19+
ruby-version: 4.0.0
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
4.0.0

0 commit comments

Comments
 (0)