File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
persist-credentials : false
52
52
53
53
- name : Setup Ruby
54
- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # https://github.com/ruby/setup-ruby/releases/tag/v1.245 .0
54
+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # https://github.com/ruby/setup-ruby/releases/tag/v1.254 .0
55
55
with :
56
56
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
57
57
Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
23
- name : Setup Ruby
24
- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # https://github.com/ruby/setup-ruby/releases/tag/v1.245 .0
24
+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # https://github.com/ruby/setup-ruby/releases/tag/v1.254 .0
25
25
with :
26
26
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
27
27
cache-version : 0 # Increment this number if you need to re-download cached gems
You can’t perform that action at this time.
0 commit comments