From bb60a9e87b007d969b2c2ab5863cd16c6ca4f6c2 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 26 Aug 2020 05:27:09 -0400 Subject: [PATCH] Bump MD link check linter 0.6->1.* Adds support for check-modified-files-only config, which currently isn't honored and throws a warning. Signed-off-by: Daniel Farrell --- .github/workflows/md-links-periodic.yml | 2 +- .github/workflows/md-links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/md-links-periodic.yml b/.github/workflows/md-links-periodic.yml index a65cf1a..6307884 100644 --- a/.github/workflows/md-links-periodic.yml +++ b/.github/workflows/md-links-periodic.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v1 - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@0.6.0 + uses: gaurav-nelson/github-action-markdown-link-check@v1 with: config-file: ".markdownlinkcheck.json" diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index 29b4150..cc9f081 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v1 - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@0.6.0 + uses: gaurav-nelson/github-action-markdown-link-check@v1 with: config-file: ".markdownlinkcheck.json" check-modified-files-only: "yes"