Skip to content

Commit

Permalink
Merge pull request #17086 from Moisan/pin_setup-ruby_action
Browse files Browse the repository at this point in the history
workflow/docs.yml: pin setup-ruby action
  • Loading branch information
MikeMcQuaid authored Apr 15, 2024
2 parents c44bf6f + 1bba195 commit 03bb1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 03bb1ed

Please sign in to comment.