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 23
23
continue-on-error : ${{ !!matrix.experimental }}
24
24
name : Ruby ${{ matrix.ruby }} on ${{ matrix.os }} with ${{matrix.gemfile}}
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Remove Gemfile.lock
29
29
if : (matrix.gemfile == 'Gemfile') && (matrix.ruby == 'head' || matrix.os == 'windows-latest')
42
42
lint :
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
47
47
- name : Set up Ruby
48
48
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
name : Publish documentation website
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up Ruby
15
15
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
name : Checkout
15
15
16
16
- name : Create release
You can’t perform that action at this time.
0 commit comments