Skip to content

Commit 5ed1090

Browse files
build(deps): bump ruby/setup-ruby from 1.268.0 to 1.269.0 (#194)
1 parent df257dd commit 5ed1090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Set up Ruby 3.4
13-
uses: ruby/setup-ruby@v1.268.0
13+
uses: ruby/setup-ruby@v1.269.0
1414
with:
1515
ruby-version: 3.4
1616
- name: Build and test with Rake
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v6
2828
- name: Set up Ruby 3.3
29-
uses: ruby/setup-ruby@v1.268.0
29+
uses: ruby/setup-ruby@v1.269.0
3030
with:
3131
ruby-version: 3.3
3232
- name: Build and test with Rake
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Set up Ruby 3.2
45-
uses: ruby/setup-ruby@v1.268.0
45+
uses: ruby/setup-ruby@v1.269.0
4646
with:
4747
ruby-version: 3.2
4848
- name: Build and test with Rake

0 commit comments

Comments
 (0)