Skip to content

Commit

Permalink
Merge pull request #289 from ELIXIR-Belgium/jekyll-fix
Browse files Browse the repository at this point in the history
Update setup-ruby action + Ruby upgrade
  • Loading branch information
bedroesb authored Oct 10, 2024
2 parents 0ae9e7b + 1af002b commit 1ea66d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
ref: ${{ github.event.inputs.branch }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1.194.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

Expand Down

0 comments on commit 1ea66d4

Please sign in to comment.