File tree 1 file changed +7
-7
lines changed
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
@@ -133,7 +133,7 @@ jobs:
133
133
name : Static checks
134
134
runs-on : ubuntu-latest
135
135
steps :
136
- - uses : actions/checkout@v3
136
+ - uses : actions/checkout@v4
137
137
138
138
- name : Setup PHP 8.2
139
139
uses : shivammathur/setup-php@v2
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
- name : Setup cache
149
149
id : cache
150
- uses : actions/cache@v3
150
+ uses : actions/cache@v4
151
151
with :
152
152
path : |
153
153
~/.composer
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
- name : Dependencies check
164
164
if : ${{ github.event_name == 'pull_request' }}
165
- uses : actions/dependency-review-action@v1
165
+ uses : actions/dependency-review-action@v4
166
166
167
167
nightly-tests :
168
168
name : Nightly - Symfony ${{ matrix.symfony-version }}
@@ -187,7 +187,7 @@ jobs:
187
187
188
188
steps :
189
189
- name : Check out code
190
- uses : actions/checkout@v3
190
+ uses : actions/checkout@v4
191
191
192
192
- name : Setup PHP ${{ matrix.php-version }}
193
193
uses : shivammathur/setup-php@v2
@@ -201,7 +201,7 @@ jobs:
201
201
202
202
- name : Setup cache
203
203
id : cache
204
- uses : actions/cache@v3
204
+ uses : actions/cache@v4
205
205
with :
206
206
path : |
207
207
~/.composer
You can’t perform that action at this time.
0 commit comments