Skip to content

Commit d6cbf1a

Browse files
authored
Fix "Input 'version' has been deprecated with message: The version property will not be supported after October 1, 2019. Use ruby-version instead" deprecation message (#429)
1 parent cbf964d commit d6cbf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)