Skip to content

Commit

Permalink
Update deploy-to-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-beasley authored Mar 8, 2024
1 parent 8be8b63 commit 6454360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Ruby 2.6
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.2'
- name: Build the site
run: |
gem install bundler -v 2.4.22
Expand Down

0 comments on commit 6454360

Please sign in to comment.