Merge pull request #17137 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.175.0

build(deps): bump ruby/setup-ruby from 1.174.0 to 1.175.0
This commit is contained in:
Ruoyu Zhong 2024-04-24 02:58:04 +08:00 committed by GitHub
commit 15ea5c3e89
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@6bd3d993c602f6b675728ebaecb2b569ff86e99b # v1.174.0 uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.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@6bd3d993c602f6b675728ebaecb2b569ff86e99b # v1.174.0 uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true