File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,24 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Run yaml Lint
17
17
uses : actionshub/yamllint@main
18
18
19
19
markdownlint-cli2 :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Check out code
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Run Markdown Lint
25
- uses : DavidAnson/markdownlint-cli2-action@v18
25
+ uses : DavidAnson/markdownlint-cli2-action@v20
26
26
with :
27
27
globs : " **/*.md"
28
28
json :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Check out code
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
- name : Run JSON Lint
34
34
run : |
35
35
git ls-files *.json | xargs jq empty
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Check out code
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Lint Terraform
13
13
uses : actionshub/terraform-lint@main
You can’t perform that action at this time.
0 commit comments