File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,29 +19,29 @@ jobs:
19
19
markdownfmt :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- run : docker pull tianon/markdownfmt
24
24
- run : .ci/check-markdownfmt.sh
25
25
ymlfmt :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
- run : docker pull tianon/ymlfmt
30
30
- run : .ci/check-ymlfmt.sh
31
31
short :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
- run : .ci/check-short.sh
36
36
required-files :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
40
40
- run : .ci/check-required-files.sh
41
41
no-readme :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v3
45
45
with :
46
46
fetch-depth : 0
47
47
- run : .ci/check-pr-no-readme.sh
You can’t perform that action at this time.
0 commit comments