Skip to content

Commit

Permalink
build(deps): bump ruby/setup-ruby from 1.165.1 to 1.168.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent a42e440 commit 477cfb2
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.165.1
uses: ruby/setup-ruby@v1.168.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.165.1
uses: ruby/setup-ruby@v1.168.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.165.1
uses: ruby/setup-ruby@v1.168.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.165.1
uses: ruby/setup-ruby@v1.168.0
with:
ruby-version: 3.1
- name: Build and test with Rake
Expand Down

0 comments on commit 477cfb2

Please sign in to comment.