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 52
52
composer-flag : --prefer-lowest
53
53
steps :
54
54
- name : Check out code
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
57
57
- name : Enable coverage
58
58
if : ${{ matrix.php-version == '8.2' }}
72
72
73
73
- name : Setup cache
74
74
id : cache
75
- uses : actions/cache@v3
75
+ uses : actions/cache@v4
76
76
with :
77
77
path : |
78
78
~/.composer
@@ -137,7 +137,7 @@ jobs:
137
137
name : Static checks
138
138
runs-on : ubuntu-latest
139
139
steps :
140
- - uses : actions/checkout@v3
140
+ - uses : actions/checkout@v4
141
141
142
142
- name : Setup PHP 8.2
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@v3
154
+ uses : actions/cache@v4
155
155
with :
156
156
path : |
157
157
~/.composer
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
- name : Dependencies check
168
168
if : ${{ github.event_name == 'pull_request' }}
169
- uses : actions/dependency-review-action@v1
169
+ uses : actions/dependency-review-action@v4
170
170
171
171
nightly-tests :
172
172
name : Nightly - Symfony ${{ matrix.symfony-version }}
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
steps :
193
193
- name : Check out code
194
- uses : actions/checkout@v3
194
+ uses : actions/checkout@v4
195
195
196
196
- name : Setup PHP ${{ matrix.php-version }}
197
197
uses : shivammathur/setup-php@v2
@@ -205,7 +205,7 @@ jobs:
205
205
206
206
- name : Setup cache
207
207
id : cache
208
- uses : actions/cache@v3
208
+ uses : actions/cache@v4
209
209
with :
210
210
path : |
211
211
~/.composer
You can’t perform that action at this time.
0 commit comments