Skip to content

Commit

Permalink
build(deps): bump ruby/setup-ruby from 1.149.0 to 1.150.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 23, 2023
1 parent 33ed50c commit 0c6619d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v3
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1.149.0
uses: ruby/setup-ruby@v1.150.0
with:
ruby-version: 3.1.2
- name: Build and test with Rake
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1.149.0
uses: ruby/setup-ruby@v1.150.0
with:
ruby-version: 2.7.6
- name: Build and test with Rake
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1.149.0
uses: ruby/setup-ruby@v1.150.0
with:
ruby-version: 3.0.4
- name: Build and test with Rake
Expand Down

0 comments on commit 0c6619d

Please sign in to comment.