File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2
18
18
19
19
- name : Cache vendor
20
- uses : actions/cache@v2
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
vendor
34
34
run : ' [ -e vendor ] || composer install'
35
35
36
36
- name : Lint
37
- run : make lint
37
+ run : make lint
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2
18
18
19
19
- name : Cache vendor
20
- uses : actions/cache@v2
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
vendor
35
35
run : ' [ -e vendor ] || composer install'
36
36
37
37
- name : Run Tests With Coverage
38
- run : make deps test-coverage && bash <(curl -s https://codecov.io/bash)
38
+ run : make deps test-coverage && bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2
18
18
19
19
- name : Cache vendor
20
- uses : actions/cache@v2
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
vendor
34
34
run : ' [ -e vendor ] || composer install'
35
35
36
36
- name : Run Tests
37
- run : make deps test
37
+ run : make deps test
You can’t perform that action at this time.
0 commit comments