Skip to content

Commit a74bce1

Browse files
committedApr 19, 2025·
Update pages.yml
1 parent 8b55b21 commit a74bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Ruby
4141
uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: '3.1' # Not needed with a .ruby-version file
43+
ruby-version: '3.3.4' # Not needed with a .ruby-version file
4444
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4545
cache-version: 0 # Increment this number if you need to re-download cached gems
4646
working-directory: '${{ github.workspace }}/docs'

0 commit comments

Comments
 (0)
Please sign in to comment.