This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 13
13
ruby-version : ['3.0', '3.1']
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : ruby/setup-ruby@v1
18
- with :
16
+ - uses : actions/checkout@v3
17
+ # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
18
+ # change this to (see https://github.com/ruby/setup-ruby#versioning):
19
+ # uses: ruby/setup-ruby@v1
20
+ - uses : ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
21
+ with :
19
22
ruby-version : ${{ matrix.ruby-version }}
20
23
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
21
24
- name : Run tests
Original file line number Diff line number Diff line change 25
25
ruby-version : ['3.0', '3.1']
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
29
- - uses : ruby/setup-ruby@v1
30
- with :
28
+ - uses : actions/checkout@v3
29
+ # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
30
+ # change this to (see https://github.com/ruby/setup-ruby#versioning):
31
+ # uses: ruby/setup-ruby@v1
32
+ - uses : ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
33
+ with :
31
34
ruby-version : ${{ matrix.ruby-version }}
32
35
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
33
36
- name : Run tests
You can’t perform that action at this time.
0 commit comments