Skip to content

Commit

Permalink
Merge pull request #19271 from Homebrew/dependabot/github_actions/rub…
Browse files Browse the repository at this point in the history
…y/setup-ruby-1.218.0

build(deps): bump ruby/setup-ruby from 1.215.0 to 1.218.0
  • Loading branch information
p-linnane authored Feb 9, 2025
2 parents c1f51b7 + cd82b09 commit 3cc76a8
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@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.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 @@ -43,7 +43,7 @@ jobs:
persist-credentials: false

- name: Install Ruby
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
with:
bundler-cache: true
working-directory: rubydoc
Expand Down

0 comments on commit 3cc76a8

Please sign in to comment.