Skip to content

Commit

Permalink
Bump versions of Ruby (#1905)
Browse files Browse the repository at this point in the history
To fix issue #1904
  • Loading branch information
AndrewBarber authored Nov 19, 2020
1 parent 0c2a882 commit 7dcea42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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') }}
restore-keys: |
${{ 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
Expand Down

0 comments on commit 7dcea42

Please sign in to comment.