Update deploy.yml (#436)
‘action’ is deprecated, change to ‘ruby’ https://github.com/ruby/setup-ruby
This commit is contained in:
parent
ae9ecf29e0
commit
696894549b
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user