Skip to content

Commit d9c3097

Browse files
committed
Replace actions/setup-ruby with ruby/setup-ruby
1 parent 19557a9 commit d9c3097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- name: Install Ruby
10-
uses: actions/setup-ruby@v1
10+
uses: ruby/setup-ruby@v1
1111
with:
1212
ruby-version: '2.6'
1313
- name: Install gems

0 commit comments

Comments
 (0)