File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 53
53
symfony-version : ' 5.4'
54
54
steps :
55
55
- name : Check out code
56
- uses : actions/checkout@v2
56
+ uses : actions/checkout@v3
57
57
58
58
- name : Enable coverage
59
59
if : ${{ matrix.php-version == '8.1' }}
73
73
74
74
- name : Setup cache
75
75
id : cache
76
- uses : actions/cache@v2
76
+ uses : actions/cache@v3
77
77
with :
78
78
path : |
79
79
~/.composer
@@ -137,7 +137,7 @@ jobs:
137
137
runs-on : ubuntu-latest
138
138
needs : [ tests ]
139
139
steps :
140
- - uses : actions/checkout@v2
140
+ - uses : actions/checkout@v3
141
141
142
142
- name : Setup PHP 8.1
143
143
uses : shivammathur/setup-php@v2
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
- name : Setup cache
153
153
id : cache
154
- uses : actions/cache@v2
154
+ uses : actions/cache@v3
155
155
with :
156
156
path : |
157
157
~/.composer
@@ -175,7 +175,7 @@ jobs:
175
175
steps :
176
176
- name : Setup cache
177
177
id : cache
178
- uses : actions/cache@v2
178
+ uses : actions/cache@v3
179
179
with :
180
180
path : |
181
181
${{ env.CODACY_CACHE_PATH }}
@@ -217,7 +217,7 @@ jobs:
217
217
218
218
steps :
219
219
- name : Check out code
220
- uses : actions/checkout@v2
220
+ uses : actions/checkout@v3
221
221
222
222
- name : Setup PHP ${{ matrix.php-version }}
223
223
uses : shivammathur/setup-php@v2
@@ -231,7 +231,7 @@ jobs:
231
231
232
232
- name : Setup cache
233
233
id : cache
234
- uses : actions/cache@v2
234
+ uses : actions/cache@v3
235
235
with :
236
236
path : |
237
237
~/.composer
You can’t perform that action at this time.
0 commit comments