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 36
36
- php-version : ' 8.2'
37
37
steps :
38
38
- name : Check out code
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
- name : Enable coverage
42
42
if : ${{ matrix.php-version == '8.2' }}
56
56
57
57
- name : Setup cache
58
58
id : cache
59
- uses : actions/cache@v3
59
+ uses : actions/cache@v4
60
60
with :
61
61
path : |
62
62
~/.composer
@@ -112,7 +112,7 @@ jobs:
112
112
name : Static checks
113
113
runs-on : ubuntu-latest
114
114
steps :
115
- - uses : actions/checkout@v3
115
+ - uses : actions/checkout@v4
116
116
117
117
- name : Setup PHP 8.2
118
118
uses : shivammathur/setup-php@v2
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
- name : Setup cache
128
128
id : cache
129
- uses : actions/cache@v3
129
+ uses : actions/cache@v4
130
130
with :
131
131
path : |
132
132
~/.composer
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Dependencies check
143
143
if : ${{ github.event_name == 'pull_request' }}
144
- uses : actions/dependency-review-action@v1
144
+ uses : actions/dependency-review-action@v4
145
145
146
146
nightly-tests :
147
147
name : Nightly - PHP ${{ matrix.php-version }}
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
steps :
161
161
- name : Check out code
162
- uses : actions/checkout@v3
162
+ uses : actions/checkout@v4
163
163
164
164
- name : Setup PHP ${{ matrix.php-version }}
165
165
uses : shivammathur/setup-php@v2
@@ -173,7 +173,7 @@ jobs:
173
173
174
174
- name : Setup cache
175
175
id : cache
176
- uses : actions/cache@v3
176
+ uses : actions/cache@v4
177
177
with :
178
178
path : |
179
179
~/.composer
You can’t perform that action at this time.
0 commit comments