Skip to content

Commit

Permalink
Update ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed May 7, 2023
1 parent 17fbb9f commit 4d9e018
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pull-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@ jobs:
cache: 'gradle'

- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true

- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 4d9e018

Please sign in to comment.