Skip to content

Commit

Permalink
TEMPORARY: changing update workflow to 3.2 to see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Aug 26, 2024
1 parent 97cadc2 commit e4a7d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sh-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
- name: Set up Ruby 3.3
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.2'
bundler-cache: true
- name: set path
run: |
Expand Down

0 comments on commit e4a7d28

Please sign in to comment.