From 888a79c31c95dd78b08a8bcc03f1801ffddd9ad1 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Tue, 5 Jan 2021 17:48:48 +0800 Subject: [PATCH] Update setup-ruby version in ci.yml A naive update to latest to see if it works --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f91dcef..ba3a15d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v2 - name: Install Ruby ${{ matrix.ruby }} - uses: ruby/setup-ruby@v1.14.1 + uses: ruby/setup-ruby@v1.61.1 with: ruby-version: ${{ matrix.ruby }}