Skip to content

Commit 463f394

Browse files
authored
Merge pull request #220 from Langhaarzombie/master
Fix recent dependency issue by updating to Ruby 3.4.
2 parents a4b7fa4 + 80276e9 commit 463f394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.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.1'
27+
ruby-version: '3.4'
2828
bundler-cache: true
2929
- name: Setup Pages
3030
id: pages

0 commit comments

Comments
 (0)