We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c3934 commit 16569f2Copy full SHA for 16569f2
1 file changed
.github/workflows/jekyll.yml
@@ -16,10 +16,10 @@ jobs:
16
npm install
17
18
# Ruby-specific steps
19
- - name: Set up Ruby 2.6
+ - name: Set up Ruby 3.0
20
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
21
with:
22
- ruby-version: 2.6.x
+ ruby-version: '3.0'
23
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
24
- name: Build and test with Rake
25
run: bundle exec rake
0 commit comments