Skip to content

Commit 71e57ee

Browse files
committed
workflows: adjust to change in ruby action
1 parent b7985eb commit 71e57ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: runner.os == 'Linux'
3535
uses: actions/setup-ruby@v1
3636
with:
37-
version: ${{ matrix.ruby }}
37+
ruby-version: ${{ matrix.ruby }}
3838
- name: Set up Ruby on macOS
3939
if: runner.os == 'macOS'
4040
run: |

0 commit comments

Comments
 (0)