Skip to content

Commit 6968945

Browse files
authored
Update deploy.yml (alshedivat#436)
‘action’ is deprecated, change to ‘ruby’ https://github.com/ruby/setup-ruby
1 parent ae9ecf2 commit 6968945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v2
1919
- name: Setup Ruby
20-
uses: actions/setup-ruby@v1
20+
uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: '3.0.2'
2323
- name: Enable bundler cache

0 commit comments

Comments
 (0)