Skip to content

Commit 6af826d

Browse files
committed
🔨📚 Fix rdoc => ghpages workflow
1 parent 0f7d264 commit 6af826d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
- name: Setup Ruby
24-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
24+
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '3.2'
26+
ruby-version: '3.3'
2727
bundler-cache: true
2828
- name: Setup Pages
2929
id: pages

0 commit comments

Comments
 (0)