Skip to content

Commit 6e160ec

Browse files
committed
actions: Update Ruby version to 3.4
1 parent 0b91310 commit 6e160ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
working-directory: "site/"
22-
ruby-version: '3.2' # Not needed with a .ruby-version file
22+
ruby-version: '3.4' # Not needed with a .ruby-version file
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2424

2525
- name: Build site

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Ruby
4747
uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: '3.0' # Not needed with a .ruby-version file
49+
ruby-version: '3.4' # Not needed with a .ruby-version file
5050
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5151

5252
- name: Check final HTML with html-proofer

0 commit comments

Comments
 (0)