Skip to content

Commit

Permalink
workflow/docs.yml: pin setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan committed Apr 14, 2024
1 parent 9edabf0 commit bc6078d
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
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
with:
ruby-version: "3.1"
bundler-cache: true
Expand Down

0 comments on commit bc6078d

Please sign in to comment.