Skip to content

Commit dfd777d

Browse files
committed
workflow: downgrade ruby to 3.1 to work with bundle
1 parent 106318f commit dfd777d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535
- name: Setup Ruby
36-
uses: ruby/setup-ruby@v1
36+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3737
with:
38-
ruby-version: '3.3' # Not needed with a .ruby-version file
38+
ruby-version: '3.1' # Not needed with a .ruby-version file
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4040
cache-version: 0 # Increment this number if you need to re-download cached gems
4141
- name: Setup Pages

0 commit comments

Comments
 (0)