diff --git a/standardfiles/ide/.github/workflows/ci.yml b/standardfiles/ide/.github/workflows/ci.yml index a243d68..17b84d7 100644 --- a/standardfiles/ide/.github/workflows/ci.yml +++ b/standardfiles/ide/.github/workflows/ci.yml @@ -21,6 +21,6 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Run Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v9 + uses: DavidAnson/markdownlint-cli2-action@v10 with: globs: "**/*.md" diff --git a/standardfiles/terraform/.github/workflows/ci.yml b/standardfiles/terraform/.github/workflows/ci.yml index c6ad6a2..1603e58 100644 --- a/standardfiles/terraform/.github/workflows/ci.yml +++ b/standardfiles/terraform/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Run Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v9 + uses: DavidAnson/markdownlint-cli2-action@v10 with: globs: "**/*.md" json: @@ -32,4 +32,4 @@ jobs: uses: actions/checkout@v3 - name: Run JSON Lint run: | - git ls-files *.json | xargs jq empty + git ls-files *.json | xargs jq empty