build(deps): bump ruby/setup-ruby from 1.175.0 to 1.175.1

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.175.0 to 1.175.1.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](70da3bbf44...1198b07430)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-26 18:20:24 +00:00 committed by GitHub
parent caff1359de
commit 99f0b0b310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ jobs:
run: vale . run: vale .
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0 uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true
@ -70,7 +70,7 @@ jobs:
path: rubydoc path: rubydoc
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0 uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true