Skip to content

Commit

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

build(deps): bump ruby/setup-ruby from 1.183.0 to 1.184.0
  • Loading branch information
woodruffw authored Jul 3, 2024
2 parents f2b2190 + 7d86d1c commit 3710256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Set up Ruby
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0
uses: ruby/setup-ruby@97e35c5302afcf3f5ac1df3fca9343d32536b286 # v1.184.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Set up Ruby
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0
uses: ruby/setup-ruby@97e35c5302afcf3f5ac1df3fca9343d32536b286 # v1.184.0
with:
ruby-version: "3.1"
bundler-cache: true
Expand Down

0 comments on commit 3710256

Please sign in to comment.