File tree Expand file tree Collapse file tree 2 files changed +304
-224
lines changed Expand file tree Collapse file tree 2 files changed +304
-224
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Cache Composer packages
27
27
id : composer-cache
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : vendor
31
31
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
66
66
67
67
- name : Cache Composer packages
68
68
id : composer-cache
69
- uses : actions/cache@v2
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : vendor
72
72
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
98
98
99
99
- name : Cache Composer packages
100
100
id : composer-cache
101
- uses : actions/cache@v2
101
+ uses : actions/cache@v4
102
102
with :
103
103
path : vendor
104
104
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -136,7 +136,7 @@ jobs:
136
136
137
137
- name : Cache Composer packages
138
138
id : composer-cache
139
- uses : actions/cache@v2
139
+ uses : actions/cache@v4
140
140
with :
141
141
path : vendor
142
142
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments