Merge pull request #17086 from Moisan/pin_setup-ruby_action

workflow/docs.yml: pin setup-ruby action
This commit is contained in:
Mike McQuaid 2024-04-15 08:43:54 +01:00 committed by GitHub
commit 03bb1edbcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ jobs:
run: vale .
- name: Install Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0
with:
ruby-version: "3.1"
bundler-cache: true
@ -70,7 +70,7 @@ jobs:
path: rubydoc
- name: Install Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0
with:
ruby-version: "3.1"
bundler-cache: true