Skip to content

Commit 8871aa5

Browse files
committed
mades uses ruby v1 again, ruby 3.1.3
1 parent 0b9f285 commit 8871aa5

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
@@ -32,9 +32,9 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: Setup Ruby
35-
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
35+
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '3.3' # Not needed with a .ruby-version file
37+
ruby-version: '3.1.3' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages

0 commit comments

Comments
 (0)