chore(deps): update ruby/setup-ruby action to v1.102.0

pull/1737/head
Renovate Bot 3 years ago
parent 709f934d2e
commit 544a04c0b4
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.4.2 - uses: actions/checkout@v2.4.2
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1.101.0 uses: ruby/setup-ruby@v1.102.0
with: with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests - name: Run tests

@ -10,7 +10,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.4.2 - uses: actions/checkout@v2.4.2
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1.101.0 uses: ruby/setup-ruby@v1.102.0
with: with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Generate report - name: Generate report

@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.4.2 - uses: actions/checkout@v2.4.2
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1.101.0 uses: ruby/setup-ruby@v1.102.0
with: with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests - name: Run tests

Loading…
Cancel
Save