Skip to content

Commit

Permalink
build(deps): bump ruby/setup-ruby from 1.160.0 to 1.161.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 9323513 commit 39f99f4
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.2
uses: ruby/setup-ruby@v1.160.0
uses: ruby/setup-ruby@v1.161.0
with:
ruby-version: 3.2
- name: Build and test with Rake
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1.160.0
uses: ruby/setup-ruby@v1.161.0
with:
ruby-version: 2.7
- 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.160.0
uses: ruby/setup-ruby@v1.161.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.160.0
uses: ruby/setup-ruby@v1.161.0
with:
ruby-version: 3.1
- name: Build and test with Rake
Expand Down

0 comments on commit 39f99f4

Please sign in to comment.