Skip to content

Commit

Permalink
Update to use the latest version of setup-ruby and bump up to Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 27, 2025
1 parent 3213f4a commit 602e2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
ruby-version: '3.3'
ruby-version: '3.4'
bundler-cache: true
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 602e2b3

Please sign in to comment.