File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout rubyzip code
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
12
12
- name : Install and set up ruby
13
13
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 19
19
continue-on-error : ${{ endsWith(matrix.ruby, 'head') || matrix.os == 'windows' }}
20
20
steps :
21
21
- name : Checkout rubyzip code
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Install and set up ruby
25
25
uses : ruby/setup-ruby@v1
37
37
38
38
- name : Coveralls
39
39
if : matrix.os == 'ubuntu' && !endsWith(matrix.ruby, 'head')
40
- uses : coverallsapp/github-action@master
40
+ uses : coverallsapp/github-action@v2
41
41
with :
42
42
github-token : ${{ secrets.github_token }}
43
43
flag-name : ${{ matrix.ruby }}
53
53
continue-on-error : true
54
54
steps :
55
55
- name : Checkout rubyzip code
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
58
58
- name : Install and set up ruby
59
59
uses : ruby/setup-ruby@v1
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Coveralls Finished
75
- uses : coverallsapp/github-action@master
75
+ uses : coverallsapp/github-action@v2
76
76
with :
77
77
github-token : ${{ secrets.github_token }}
78
78
parallel-finished : true
You can’t perform that action at this time.
0 commit comments