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 21
21
22
22
steps :
23
23
- name : " Checkout"
24
- uses : " actions/checkout@v2.3 .1"
24
+ uses : " actions/checkout@v4.2 .1"
25
25
26
26
- name : " Lint YAML files"
27
27
uses : " ibiqlik/action-yamllint@v1"
71
71
72
72
steps :
73
73
- name : " Checkout"
74
- uses : " actions/checkout@v2.3 .1"
74
+ uses : " actions/checkout@v4.2 .1"
75
75
76
76
- name : " Install PHP with extensions"
77
77
uses : " shivammathur/setup-php@v2"
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
steps :
124
124
- name : " Checkout"
125
- uses : " actions/checkout@v2.3 .1"
125
+ uses : " actions/checkout@v4.2 .1"
126
126
with :
127
127
fetch-depth : 0
128
128
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
steps :
161
161
- name : " Checkout"
162
- uses : " actions/checkout@v2.3 .1"
162
+ uses : " actions/checkout@v4.2 .1"
163
163
164
164
- name : " Install PHP with extensions"
165
165
uses : " shivammathur/setup-php@v2"
@@ -208,7 +208,7 @@ jobs:
208
208
209
209
steps :
210
210
- name : " Checkout"
211
- uses : " actions/checkout@v2.3 .1"
211
+ uses : " actions/checkout@v4.2 .1"
212
212
213
213
- name : " Install PHP with extensions"
214
214
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments