Skip to content

Commit 03c10fd

Browse files
committed
Use ruby-version over the now-deprecated version
1 parent e9e6498 commit 03c10fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby ${{ matrix.ruby }}
1616
uses: actions/setup-ruby@v1
1717
with:
18-
version: ${{ matrix.ruby }}
18+
ruby-version: ${{ matrix.ruby }}
1919
- name: Build and test
2020
run: |
2121
gem install bundler

0 commit comments

Comments
 (0)