File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ concurrency:
2929jobs :
3030 # Build job
3131 build :
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-24.04
3333 steps :
3434 - name : Checkout
3535 uses : actions/checkout@v3
3636 - name : Setup Ruby
37- uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146 .0
37+ uses : ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218 .0
3838 with :
39- ruby-version : ' 2.7 ' # Not needed with a .ruby-version file
39+ ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
4040 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4141 cache-version : 0 # Increment this number if you need to re-download cached gems
4242 - name : Setup Pages
Original file line number Diff line number Diff line change 1- FROM ruby:2.7 .0
1+ FROM ruby:3.1 .0
22ENV DEBIAN_FRONTEND noninteractive
33
44RUN apt-get update -y && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source "https://rubygems.org"
22
33gem "minimal-mistakes-jekyll"
44
5- gem "github-pages" , "~> 231" , group : :jekyll_plugins
5+ gem "github-pages" , group : :jekyll_plugins
66gem "jekyll-include-cache" , group : :jekyll_plugins
77gem 'jekyll-scholar' , group : :jekyll_plugins
88
You can’t perform that action at this time.
0 commit comments