Use ruby-version instead of version

This fixes warning:
Input 'version' has been deprecated with message: The version property will not be supported after October 1, 2019. Use ruby-version instead
This commit is contained in:
Jamie Cansdale
2020-07-10 11:25:05 +01:00
committed by GitHub
parent 0ca3f2a990
commit bd169be472
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: 2.6.x
- name: Publish to GPR
run: |