Skip to content

Commit

Permalink
build(deps): bump ruby/setup-ruby from 1.175.0 to 1.175.1 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 7ab7d2d commit 7eb6567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install Ruby and gems
uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install Ruby and gems
uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c
with:
bundler-cache: true
ruby-version: "3.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install Ruby and gems
uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c
with:
bundler-cache: true
ruby-version: "3.2"
Expand Down

0 comments on commit 7eb6567

Please sign in to comment.