diff --git a/.github/workflows/url-checker.yml b/.github/workflows/url-checker.yml index 2463ed8960..99c3bda9b4 100644 --- a/.github/workflows/url-checker.yml +++ b/.github/workflows/url-checker.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4 - name: Set options id: options @@ -30,7 +30,7 @@ jobs: fi - name: Check URLs - uses: gaurav-nelson/github-action-markdown-link-check@v1 + uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15 with: check-modified-files-only: ${{ steps.options.outputs.check-modified-files-only }} config-file: .github/workflows/config/url-checker-config.json