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 .1"
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 .1"
52
52
53
53
- name : " Install PHP with extensions"
54
54
uses : " shivammathur/setup-php@v2"
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
steps :
104
104
- name : " Checkout"
105
- uses : " actions/checkout@v2.3 .1"
105
+ uses : " actions/checkout@v4.2 .1"
106
106
107
107
- name : " Lint YAML files"
108
108
uses : " ibiqlik/action-yamllint@v1"
@@ -246,7 +246,7 @@ jobs:
246
246
247
247
steps :
248
248
- name : " Checkout"
249
- uses : " actions/checkout@v2.3 .1"
249
+ uses : " actions/checkout@v4.2 .1"
250
250
251
251
- name : " Install PHP with extensions"
252
252
uses : " shivammathur/setup-php@v2"
@@ -310,7 +310,7 @@ jobs:
310
310
311
311
steps :
312
312
- name : " Checkout"
313
- uses : " actions/checkout@v2.3 .1"
313
+ uses : " actions/checkout@v4.2 .1"
314
314
315
315
- name : " Install PHP with extensions"
316
316
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments