diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2334992..689ee60 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 # Not needed with a .ruby-version file + ruby-version: 3.2 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically # disabled in travis -> github-Actions migration diff --git a/Gemfile b/Gemfile index 40e4154..16c7bb8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'jekyll', '4.3.3' +gem 'jekyll', '4.4.1' gem 'jekyll-paginate-v2', '3.0.0'