File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : " Checkout"
19
- uses : " actions/checkout@v2.3.1 "
19
+ uses : " actions/checkout@v4.2.2 "
20
20
with :
21
21
fetch-depth : 0
22
22
48
48
49
49
steps :
50
50
- name : " Checkout"
51
- uses : " actions/checkout@v2.3.1 "
51
+ uses : " actions/checkout@v4.2.2 "
52
52
53
53
- name : " Install PHP with extensions"
54
54
uses : " shivammathur/setup-php@v2"
99
99
100
100
steps :
101
101
- name : " Checkout"
102
- uses : " actions/checkout@v2.3.1 "
102
+ uses : " actions/checkout@v4.2.2 "
103
103
104
104
- name : " Lint YAML files"
105
105
uses : " ibiqlik/action-yamllint@v1"
@@ -149,7 +149,7 @@ jobs:
149
149
150
150
steps :
151
151
- name : " Checkout"
152
- uses : " actions/checkout@v2.3.1 "
152
+ uses : " actions/checkout@v4.2.2 "
153
153
154
154
- name : " Install PHP with extensions"
155
155
uses : " shivammathur/setup-php@v2"
@@ -213,7 +213,7 @@ jobs:
213
213
214
214
steps :
215
215
- name : " Checkout"
216
- uses : " actions/checkout@v2.3.1 "
216
+ uses : " actions/checkout@v4.2.2 "
217
217
218
218
- name : " Install PHP with extensions"
219
219
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments