Skip to content

Commit

Permalink
chore(deps): bump ruby/setup-ruby from 1.162.0 to 1.165.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.162.0 to 1.165.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@af848b4...961f851)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent ccca59f commit ec24cc1
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 @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Ruby and gems
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72
uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Ruby and gems
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72
uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf
with:
bundler-cache: true
ruby-version: "3.1"
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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Ruby and gems
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72
uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf
with:
bundler-cache: true
ruby-version: "3.1"
Expand Down

0 comments on commit ec24cc1

Please sign in to comment.