Skip to content

Commit

Permalink
Update ruby to 3.3.4 to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood authored Sep 26, 2024
1 parent 831a25b commit edd6170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
ruby-version: 3.3.4 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.

# Install dependencies required to run jekyll build
- name: Install gh-pages rubygem via bundler
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit edd6170

Please sign in to comment.