Skip to content

Commit 9c3973b

Browse files
authored
use ruby v3
1 parent 2631f0e commit 9c3973b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Ruby
4848
uses: ruby/setup-ruby@v1
4949
with:
50-
ruby-version: '2.7'
50+
ruby-version: '3.0'
5151
bundler-cache: true
5252

5353
- name: Set up Python

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '2.7'
22+
ruby-version: '3.0'
2323
bundler-cache: true
2424

2525
- name: Set up Python

0 commit comments

Comments
 (0)