Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit f234ffb

Browse files
committed
update actions to use ruby 3.0
1 parent 44240b9 commit f234ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '2.7'
26+
ruby-version: '3.0'
2727

2828
- name: Install GitHub Pages, Bundler, and kramdown gems
2929
run: |

0 commit comments

Comments
 (0)