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

This commit is contained in:
Mend Renovate 2024-07-07 03:58:01 +00:00
parent 5eb2363db8
commit 12ec59afdd
No known key found for this signature in database
GPG Key ID: A1020E7F5FFD673D

View File

@ -36,7 +36,7 @@ jobs:
with:
submodules: "true"
- name: Setup Ruby
uses: ruby/setup-ruby@97e35c5302afcf3f5ac1df3fca9343d32536b286 # v1.184.0
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
with:
ruby-version: ".ruby-version" # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically