Skip to content

Commit

Permalink
Update deploy.yml (#436)
Browse files Browse the repository at this point in the history
‘action’ is deprecated, change to ‘ruby’
https://github.com/ruby/setup-ruby
  • Loading branch information
jmrplens committed Oct 30, 2021
1 parent ae9ecf2 commit 6968945
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 @@ -17,7 +17,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.2'
- name: Enable bundler cache
Expand Down

0 comments on commit 6968945

Please sign in to comment.