Skip to content

Commit

Permalink
Merge pull request #18429 from Homebrew/dependabot/github_actions/rub…
Browse files Browse the repository at this point in the history
…y/setup-ruby-1.194.0
  • Loading branch information
p-linnane committed Sep 26, 2024
2 parents 8964021 + 109702c commit b72544e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: vale docs/

- name: Install Ruby
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
with:
bundler-cache: true
working-directory: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubydoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: rubydoc

- name: Install Ruby
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
with:
bundler-cache: true
working-directory: rubydoc
Expand Down

0 comments on commit b72544e

Please sign in to comment.