File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
15
15
- name : Set up Ruby
16
- uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
16
+ uses : ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194 .0
17
17
with :
18
18
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
19
19
- name : Run tests
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
13
13
- name : Set up Ruby
14
- uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
14
+ uses : ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194 .0
15
15
with :
16
16
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
17
17
- name : Generate report
Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13
13
- name : Set up Ruby
14
- uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
14
+ uses : ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194 .0
15
15
with :
16
16
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
17
17
- name : Run tests
You can’t perform that action at this time.
0 commit comments