File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : " Checkout"
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
- name : " Install PHP"
28
28
uses : " shivammathur/setup-php@v2"
46
46
47
47
steps :
48
48
- name : " Checkout"
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
51
51
- name : " Install PHP"
52
52
uses : " shivammathur/setup-php@v2"
83
83
84
84
steps :
85
85
- name : " Checkout"
86
- uses : actions/checkout@v3
86
+ uses : actions/checkout@v4
87
87
88
88
- name : " Install PHP"
89
89
uses : " shivammathur/setup-php@v2"
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
steps :
121
121
- name : " Checkout"
122
- uses : actions/checkout@v3
122
+ uses : actions/checkout@v4
123
123
124
124
- name : " Install PHP"
125
125
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : " Checkout"
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Generate changelog
20
20
id : changelog
You can’t perform that action at this time.
0 commit comments