Skip to content

Commit 0ae6955

Browse files
committed
Use ruby-version instead of deprecated version
1 parent 4e9f0ea commit 0ae6955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby
1414
uses: actions/setup-ruby@v1
1515
with:
16-
version: ${{ matrix.ruby }}
16+
ruby-version: ${{ matrix.ruby }}
1717
- name: Install dependencies
1818
run: |
1919
gem install bundler --no-document

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby
1414
uses: actions/setup-ruby@v1
1515
with:
16-
version: ${{ matrix.ruby }}
16+
ruby-version: ${{ matrix.ruby }}
1717
- name: Set up Bundler
1818
run: gem install bundler --no-document
1919
- name: Install dependencies

0 commit comments

Comments
 (0)