We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8eeeb commit 9e91d18Copy full SHA for 9e91d18
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Ruby
16
uses: ruby/setup-ruby@v1
17
with:
18
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.3' # Not needed with a .ruby-version file
19
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
20
cache-version: 0 # Increment this number if you need to re-download cached gems
21
- name: Build with Jekyll
0 commit comments