summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-10 16:11:32 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-10 16:11:32 +0900
commitd72f90b16c773386ab2c7bfff7f898a64efddaa8 (patch)
treec529d3b5af08b7ba75abd23a5f21f41570c607d0
parent0fcde9f23c4506e3ba0ae328fdf86acb8af88ff9 (diff)
downloadpsych-d72f90b16c773386ab2c7bfff7f898a64efddaa8.tar.gz
Use `ruby-version` instead of deprecated `version`
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index d9ab255..623f2e9 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -15,7 +15,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
- version: ${{ matrix.ruby }}
+ ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install bundler --no-document