Skip to content

Commit f410578

Browse files
build(deps): bump ruby/setup-ruby from 1.227.0 to 1.229.0 (#169)
1 parent ea185de commit f410578

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ruby.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Ruby 3.3
13-
uses: ruby/setup-ruby@v1.227.0
13+
uses: ruby/setup-ruby@v1.229.0
1414
with:
1515
ruby-version: 3.3
1616
- name: Build and test with Rake
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up Ruby 3.2
29-
uses: ruby/setup-ruby@v1.227.0
29+
uses: ruby/setup-ruby@v1.229.0
3030
with:
3131
ruby-version: 3.2
3232
- name: Build and test with Rake
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Set up Ruby 3.0
45-
uses: ruby/setup-ruby@v1.227.0
45+
uses: ruby/setup-ruby@v1.229.0
4646
with:
4747
ruby-version: 3.0
4848
- name: Build and test with Rake
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v4
6060
- name: Set up Ruby 3.1
61-
uses: ruby/setup-ruby@v1.227.0
61+
uses: ruby/setup-ruby@v1.229.0
6262
with:
6363
ruby-version: 3.1
6464
- name: Build and test with Rake

0 commit comments

Comments
 (0)