Skip to content

Commit

Permalink
Update deploy.yml to use ruby 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Feb 14, 2025
1 parent 798aad4 commit e78d389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8 # Not needed with a .ruby-version file
ruby-version: 3.1.0 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: get-deployment-config
uses: actions/checkout@v3
Expand Down

0 comments on commit e78d389

Please sign in to comment.