File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
tools : phpstan
35
35
- name : Cache Composer packages
36
36
id : composer-cache
37
- uses : actions/cache@v3
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : vendor
40
40
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
60
60
coverage : xdebug
61
61
- name : Cache Composer packages
62
62
id : composer-cache
63
- uses : actions/cache@v3
63
+ uses : actions/cache@v4
64
64
with :
65
65
path : vendor
66
66
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -105,7 +105,7 @@ jobs:
105
105
coverage : xdebug
106
106
- name : Cache Composer packages
107
107
id : composer-cache
108
- uses : actions/cache@v3
108
+ uses : actions/cache@v4
109
109
with :
110
110
path : vendor
111
111
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : ' Dependency Review'
26
- uses : actions/dependency-review-action@v3
26
+ uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 38
38
coverage : xdebug
39
39
- name : Cache Composer packages
40
40
id : composer-cache
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : vendor
44
44
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments