File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- name : Set up Ruby 3.3
13
- uses : ruby/setup-ruby@v1.229 .0
13
+ uses : ruby/setup-ruby@v1.233 .0
14
14
with :
15
15
ruby-version : 3.3
16
16
- name : Build and test with Rake
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
- name : Set up Ruby 3.2
29
- uses : ruby/setup-ruby@v1.229 .0
29
+ uses : ruby/setup-ruby@v1.233 .0
30
30
with :
31
31
ruby-version : 3.2
32
32
- name : Build and test with Rake
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- name : Set up Ruby 3.0
45
- uses : ruby/setup-ruby@v1.229 .0
45
+ uses : ruby/setup-ruby@v1.233 .0
46
46
with :
47
47
ruby-version : 3.0
48
48
- name : Build and test with Rake
58
58
steps :
59
59
- uses : actions/checkout@v4
60
60
- name : Set up Ruby 3.1
61
- uses : ruby/setup-ruby@v1.229 .0
61
+ uses : ruby/setup-ruby@v1.233 .0
62
62
with :
63
63
ruby-version : 3.1
64
64
- name : Build and test with Rake
You can’t perform that action at this time.
0 commit comments