14
14
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Check for UTF-8 BOM file encoding
20
20
run : |
36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
- name : Check for files starting with a blank line
42
42
run : |
68
68
69
69
steps :
70
70
- name : Checkout repository
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
73
73
- name : Check for unnecessary use of true tabs
74
74
run : |
93
93
94
94
steps :
95
95
- name : Checkout repository
96
- uses : actions/checkout@v3
96
+ uses : actions/checkout@v4
97
97
98
98
- name : Check for trailing whitespace
99
99
run : |
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
steps :
120
120
- name : Checkout repository
121
- uses : actions/checkout@v3
121
+ uses : actions/checkout@v4
122
122
123
123
- name : Check for non-Unix line endings
124
124
run : |
@@ -142,7 +142,7 @@ jobs:
142
142
143
143
steps :
144
144
- name : Checkout repository
145
- uses : actions/checkout@v3
145
+ uses : actions/checkout@v4
146
146
147
147
- name : Check for blank lines at end of files
148
148
run : |
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
steps :
174
174
- name : Checkout repository
175
- uses : actions/checkout@v3
175
+ uses : actions/checkout@v4
176
176
177
177
- name : Check for files that don't end in a newline
178
178
# https://stackoverflow.com/a/25686825
0 commit comments