Skip to content

Commit 7d89a7a

Browse files
committed
ci: fix setup ruby
1 parent 3be1f7f commit 7d89a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Ruby
27-
uses: actions/setup-ruby@v1
27+
uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: 2.6
3030
- uses: actions/cache@v2

0 commit comments

Comments
 (0)