Skip to content

Commit

Permalink
build(deps): bump ruby/setup-ruby from 1.195.0 to 1.196.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.195.0 to 1.196.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@v1.195.0...v1.196.0)

---
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 Oct 14, 2024
1 parent 455b7c1 commit e004ff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1.195.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.3
- name: Build and test with Rake
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1.195.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.2
- name: Build and test with Rake
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1.195.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.0
- name: Build and test with Rake
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1.195.0
uses: ruby/setup-ruby@v1.196.0
with:
ruby-version: 3.1
- name: Build and test with Rake
Expand Down

0 comments on commit e004ff1

Please sign in to comment.