File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 8
8
composer-normalize :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
ref : ${{ github.head_ref }}
14
14
29
29
prettier :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
with :
34
34
ref : ${{ github.head_ref }}
35
35
44
44
php-cs-fixer :
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v4
48
48
with :
49
49
ref : ${{ github.head_ref }}
50
50
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : " Checkout"
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v4
39
39
40
40
- name : " Install PHP with extensions"
41
41
uses : shivammathur/setup-php@v2
@@ -60,13 +60,15 @@ jobs:
60
60
- " 8.0"
61
61
- " 8.1"
62
62
- " 8.2"
63
+ - " 8.3"
64
+ - " 8.4"
63
65
dependencies :
64
66
- " prefer-lowest"
65
67
- " prefer-stable"
66
68
67
69
steps :
68
70
- name : " Checkout"
69
- uses : actions/checkout@v2
71
+ uses : actions/checkout@v4
70
72
71
73
- name : " Install PHP with extensions"
72
74
uses : shivammathur/setup-php@v2
87
89
88
90
steps :
89
91
- name : " Checkout"
90
- uses : actions/checkout@v2
92
+ uses : actions/checkout@v4
91
93
92
94
- name : " Install PHP with extensions"
93
95
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments