File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
name : PHP ${{ matrix.php-version }} / ${{ matrix.component }}
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Use PHP ${{ matrix.php-version }}
26
26
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : ' Dependency Review'
20
20
uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 16
16
deps : ['low', 'high']
17
17
name : PHP ${{ matrix.php-version }} (${{ matrix.deps }})
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Use PHP ${{ matrix.php-version }}
21
21
uses : shivammathur/setup-php@v2
22
22
with :
40
40
runs-on : ubuntu-latest
41
41
name : PHPStan
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- name : Use PHP 8.2
45
45
uses : shivammathur/setup-php@v2
46
46
with :
55
55
runs-on : ubuntu-latest
56
56
name : PHP CS Fixer
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
- name : Use PHP 8.2
60
60
uses : shivammathur/setup-php@v2
61
61
with :
Original file line number Diff line number Diff line change 52
52
- TomTom
53
53
- Yandex
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
- name : Use PHP ${{ matrix.php-version }}
57
57
uses : shivammathur/setup-php@v2
58
58
with :
Original file line number Diff line number Diff line change 19
19
name : Subtree for Common
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
25
25
fetch-depth : 0
33
33
name : Subtree for Http
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
with :
38
38
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
39
39
fetch-depth : 0
47
47
name : Subtree for Plugin
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
with :
52
52
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
53
53
fetch-depth : 0
@@ -101,7 +101,7 @@ jobs:
101
101
- { folder: TomTom, repository: tomtom-provider }
102
102
- { folder: Yandex, repository: yandex-provider }
103
103
steps :
104
- - uses : actions/checkout@v3
104
+ - uses : actions/checkout@v4
105
105
with :
106
106
token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
107
107
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments