Skip to content

Commit d5c5e86

Browse files
committed
Use ruby/setup-ruby
1 parent 4a636a3 commit d5c5e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby
14-
uses: actions/setup-ruby@v1
14+
uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
1717
- name: Set up Bundler

0 commit comments

Comments
 (0)