File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1
16
+ uses : ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.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@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1
14
+ uses : ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.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 11
11
steps :
12
12
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
13
- name : Set up Ruby
14
- uses : ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1
14
+ uses : ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.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