Skip to content

Commit

Permalink
🔨📚 Fix rdoc => ghpages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Oct 13, 2024
1 parent 0f7d264 commit 6af826d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/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@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 6af826d

Please sign in to comment.