Merge pull request #17339 from Homebrew/setup-ruby-1.177.0

This commit is contained in:
Patrick Linnane 2024-05-20 08:04:00 -07:00 committed by GitHub
commit 2ed61d2bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
git reset --hard git reset --hard
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0 uses: ruby/setup-ruby@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # v1.177.0
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true
@ -83,7 +83,7 @@ jobs:
path: rubydoc path: rubydoc
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0 uses: ruby/setup-ruby@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # v1.177.0
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true