From f2a316765592954d4c75d2da22f3a4f75d54365e Mon Sep 17 00:00:00 2001 From: "Andrew A. Barber" Date: Thu, 19 Nov 2020 08:50:31 +0000 Subject: [PATCH] Bump versions of Ruby (#1905) To fix issue #1904 --- .github/workflows/pull_request_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index 78c95f1f17..cb9f4a7a2f 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v2 - name: Ruby Gem cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.3 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}-gems- - name: Setup Ruby 2.7 - uses: ruby/setup-ruby@v1.40.0 + uses: ruby/setup-ruby@v1.51.1 with: ruby-version: 2.7 - run: bundle install