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"