Skip to content

Commit

Permalink
Use latest ruby/setup-ruby action
Browse files Browse the repository at this point in the history
Fixes pages not building on Ubuntu 24.04 due to an ancient version of setup-ruby.
  • Loading branch information
TheDaemoness authored Jan 30, 2025
1 parent 33aebc2 commit ead0141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
id: pages
uses: actions/configure-pages@v2
- name: Setup Ruby
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
ruby-version: '3.0'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Define additional Jekyll variables
Expand Down

0 comments on commit ead0141

Please sign in to comment.