mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
workflow/docs.yml: pin setup-ruby action
This commit is contained in:
parent
9edabf02ce
commit
bc6078ded5
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
run: vale .
|
run: vale .
|
||||||
|
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1
|
||||||
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@v1
|
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1
|
||||||
with:
|
with:
|
||||||
ruby-version: "3.1"
|
ruby-version: "3.1"
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user