Skip to content

Commit

Permalink
Update deploy-feature-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-beasley authored Mar 8, 2024
1 parent a6eaa0d commit db0b83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- 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: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: Update the baseurl
Expand Down

0 comments on commit db0b83c

Please sign in to comment.