From ed088c83e8ad02f886c1301eccc0f69d21d2249b Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 13 Apr 2022 21:30:26 +0200 Subject: [PATCH] Use gaurav-nelson/github-action-markdown-link-check@v1. --- .github/workflows/check-md-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 03c3381ff..7914d1c57 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 + - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: check-modified-files-only: 'yes'