Skip to content

Commit

Permalink
Merge pull request #1724 from Homebrew/dependabot/github_actions/ruby…
Browse files Browse the repository at this point in the history
…/setup-ruby-1.221.0

build(deps): bump ruby/setup-ruby from 1.218.0 to 1.221.0
  • Loading branch information
p-linnane authored Feb 17, 2025
2 parents 2c41bd1 + d71b1c3 commit 5c55a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
bundler-cache: true
working-directory: docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
test-bot: false

- name: Set up Ruby
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
bundler-cache: true

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
test-bot: false

- name: Set up Ruby
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
bundler-cache: true

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
test-bot: false

- name: Set up Ruby
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
bundler-cache: true

Expand Down

0 comments on commit 5c55a81

Please sign in to comment.