File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
composer-flag : --prefer-lowest
54
54
steps :
55
55
- name : Check out code
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
58
58
- name : Enable coverage
59
59
if : ${{ matrix.php-version == '8.2' }}
@@ -141,7 +141,7 @@ jobs:
141
141
name : Static checks
142
142
runs-on : ubuntu-latest
143
143
steps :
144
- - uses : actions/checkout@v3
144
+ - uses : actions/checkout@v4
145
145
146
146
- name : Setup PHP 8.2
147
147
uses : shivammathur/setup-php@v2
@@ -155,7 +155,7 @@ jobs:
155
155
156
156
- name : Setup cache
157
157
id : cache
158
- uses : actions/cache@v3
158
+ uses : actions/cache@v4
159
159
with :
160
160
path : |
161
161
~/.composer
@@ -170,7 +170,7 @@ jobs:
170
170
171
171
- name : Dependencies check
172
172
if : ${{ github.event_name == 'pull_request' }}
173
- uses : actions/dependency-review-action@v1
173
+ uses : actions/dependency-review-action@v4
174
174
175
175
nightly-tests :
176
176
name : Nightly - Symfony ${{ matrix.symfony-version }}
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
steps :
197
197
- name : Check out code
198
- uses : actions/checkout@v3
198
+ uses : actions/checkout@v4
199
199
200
200
- name : Setup PHP ${{ matrix.php-version }}
201
201
uses : shivammathur/setup-php@v2
@@ -209,7 +209,7 @@ jobs:
209
209
210
210
- name : Setup cache
211
211
id : cache
212
- uses : actions/cache@v3
212
+ uses : actions/cache@v4
213
213
with :
214
214
path : |
215
215
~/.composer
You can’t perform that action at this time.
0 commit comments