Skip to content

Commit

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

build(deps): bump ruby/setup-ruby from 1.200.0 to 1.201.0
  • Loading branch information
EricFromCanada authored Nov 8, 2024
2 parents b2cc5b7 + de861bf commit fa6636b
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@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1.201.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@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1.201.0
with:
ruby-version: "3.1"
bundler-cache: true
Expand Down

0 comments on commit fa6636b

Please sign in to comment.