File tree Expand file tree Collapse file tree 3 files changed +4
-44
lines changed Expand file tree Collapse file tree 3 files changed +4
-44
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : " Checkout"
27
- uses : " actions/checkout@v3 "
27
+ uses : " actions/checkout@v4 "
28
28
29
29
- name : " Install PHP"
30
30
uses : " shivammathur/setup-php@v2"
34
34
extensions : mbstring
35
35
36
36
- name : " Cache dependencies"
37
- uses : " actions/cache@v2 "
37
+ uses : " actions/cache@v4 "
38
38
with :
39
39
path : " ~/.composer/cache"
40
40
key : " php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : " Checkout"
18
- uses : " actions/checkout@v3 "
18
+ uses : " actions/checkout@v4 "
19
19
20
- - uses : " actions/setup-node@v3 "
20
+ - uses : " actions/setup-node@v4 "
21
21
with :
22
22
node-version : ' lts/*'
23
23
You can’t perform that action at this time.
0 commit comments