Skip to content

Commit

Permalink
Set ruby version to 2.7 in the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed Jan 15, 2021
1 parent 8680c4b commit c437bf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Enable bundler cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit c437bf5

Please sign in to comment.