File tree Expand file tree Collapse file tree 4 files changed +37
-36
lines changed
Expand file tree Collapse file tree 4 files changed +37
-36
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@v6
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@v6
2424 - name : Run Markdown Lint
25- uses : DavidAnson/markdownlint-cli2-action@v20
25+ uses : DavidAnson/markdownlint-cli2-action@v21
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@v6
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@v6
1212 - name : Lint Terraform
1313 uses : actionshub/terraform-lint@main
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 github = {
66 source = " integrations/github"
7- version = " ~> 5 .0"
7+ version = " ~> 6 .0"
88 }
99 }
1010
You can’t perform that action at this time.
0 commit comments