Skip to content

Commit 528420a

Browse files
committed
Use 4.0
1 parent 119abaf commit 528420a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: '3.4'
27+
ruby-version: '4.0'
2828
bundler-cache: true
2929
- name: Setup Pages
3030
id: pages

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: "3.4"
18+
ruby-version: "4.0"
1919
bundler-cache: true
2020
- name: Run RSpec
2121
run: bundle exec rake

0 commit comments

Comments
 (0)