Skip to content

Commit

Permalink
downgrade ruby to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markdturner committed Oct 15, 2024
1 parent c9e3237 commit 34f8e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Setup Ruby
uses: ruby/[email protected]
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
ruby-version: '3.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 1 # Increment this number if you need to re-download cached gems
cache-version: 2 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 34f8e2d

Please sign in to comment.