Skip to content

Commit 9e91d18

Browse files
authored
Bumped ci dependency to ruby 3.3
Bumped Ruby
1 parent 8e8eeeb commit 9e91d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '3.1' # Not needed with a .ruby-version file
18+
ruby-version: '3.3' # Not needed with a .ruby-version file
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2020
cache-version: 0 # Increment this number if you need to re-download cached gems
2121
- name: Build with Jekyll

0 commit comments

Comments
 (0)