Update ruby/setup-ruby action to v1.93.0

This commit is contained in:
Renovate Bot 2022-01-23 11:56:21 +00:00
parent 5a5e608d25
commit 40d1af48a9
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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