File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout
33
33
uses : actions/checkout@v4
34
34
- name : Setup Ruby
35
- uses : ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
35
+ uses : ruby/setup-ruby@v1.191.0
36
36
with :
37
- ruby-version : ' 3.1' # Not needed with a .ruby-version file
37
+ ruby-version : ' 3.2. 1' # Not needed with a .ruby-version file
38
38
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
39
39
cache-version : 1 # Increment this number if you need to re-download cached gems
40
40
- name : Setup Pages
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
- gem "github-pages" , "231 " , group : :jekyll_plugins
3
- gem "just-the-docs" , "0.8.2 "
2
+ gem "github-pages" , "232 " , group : :jekyll_plugins
3
+ gem "just-the-docs" , "0.9.0 "
4
4
gem "webrick"
5
5
gem "rake"
6
- gem "jekyll" , "3.9.5 "
6
+ gem "jekyll" , "3.10 "
7
7
gem "html-proofer" , git : "https://github.com/jonasViehweger/html-proofer"
You can’t perform that action at this time.
0 commit comments