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:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Run yaml Lint
1717 uses : actionshub/yamllint@main
1818
1919 markdownlint-cli2 :
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Check out code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Run Markdown Lint
25- uses : DavidAnson/markdownlint-cli2-action@v18
25+ uses : DavidAnson/markdownlint-cli2-action@v20
2626 with :
2727 globs : " **/*.md"
2828 json :
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Check out code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Run JSON Lint
3434 run : |
3535 git ls-files *.json | xargs jq empty
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Check out code
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Lint Terraform
1313 uses : actionshub/terraform-lint@main
You can’t perform that action at this time.
0 commit comments