File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : Checkout main
17
- uses : actions/checkout@v2.3.4
17
+ uses : actions/checkout@v3.0.2
18
18
19
19
- name : Deploy docs
20
20
uses : mhausenblas/mkdocs-deploy-gh-pages@master
Original file line number Diff line number Diff line change 13
13
name : Yamllint
14
14
runs-on : ubuntu-20.04
15
15
steps :
16
- - uses : actions/checkout@v2.3.4
16
+ - uses : actions/checkout@v3.0.2
17
17
with :
18
18
fetch-depth : 1
19
19
- name : Lint YAML
32
32
markdownlint-cli :
33
33
runs-on : ubuntu-20.04
34
34
steps :
35
- - uses : actions/checkout@v2.3.4
35
+ - uses : actions/checkout@v3.0.2
36
36
with :
37
37
fetch-depth : 1
38
38
- name : Markdownlint-cli
43
43
shellcheck :
44
44
runs-on : ubuntu-20.04
45
45
steps :
46
- - uses : actions/checkout@v2.3.4
46
+ - uses : actions/checkout@v3.0.2
47
47
with :
48
48
fetch-depth : 1
49
49
- name : Lint Hack Scripts
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2.3.4
15
+ uses : actions/checkout@v3.0.2
16
16
- name : Setup tools
17
17
uses : ./.github/actions/tools
18
18
- name : Validate manifests
You can’t perform that action at this time.
0 commit comments