Skip to content

Commit aad4232

Browse files
authored
Update Ruby version to 3.3 in workflow
1 parent 87be662 commit aad4232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Setup Ruby # See https://www.ruby-lang.org/en/downloads/branches/
2828
uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version: 3.2 # Not needed with a .ruby-version file
30+
# Match Ruby version from https://github.com/github/pages-gem/blob/master/.ruby-version
31+
ruby-version: 3.3 # Not needed with a .ruby-version file
3132
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3233
- name: Build site
3334
run: bundle exec jekyll build

0 commit comments

Comments
 (0)