build(deps): bump ruby/setup-ruby from 1.173.0 to 1.174.0

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.173.0 to 1.174.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](5f19ec79ce...6bd3d993c6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-16 18:46:06 +00:00 committed by GitHub
parent 5517894523
commit 2a627890c8
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@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0 uses: ruby/setup-ruby@6bd3d993c602f6b675728ebaecb2b569ff86e99b # v1.174.0
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@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0 uses: ruby/setup-ruby@6bd3d993c602f6b675728ebaecb2b569ff86e99b # v1.174.0
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true