Skip to content

Commit 4dae108

Browse files
committed
Update to new version of ruby
1 parent b8babd4 commit 4dae108

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Ruby environment
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.2
19+
ruby-version: 3.4
2020
bundler-cache: true
2121

2222
- name: Building website

.github/workflows/link_checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: '3.0'
14+
ruby-version: '3.4'
1515
bundler-cache: true
1616

1717
- name: Build
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '3.0'
26+
ruby-version: '3.4'
2727
bundler-cache: true
2828
- name: Check links
2929
run: make check_links

0 commit comments

Comments
 (0)