From 089c607f50a5c21e67e81866788d0fc81468c036 Mon Sep 17 00:00:00 2001 From: MichielVanwelsenaere <6965657+MichielVanwelsenaere@users.noreply.github.com> Date: Fri, 17 Apr 2020 07:32:01 +0200 Subject: [PATCH] updating PR broken link check action to latest version (#64) --- .github/workflows/pull-request.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c6e670d..4f3471c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,5 +9,6 @@ jobs: steps: # Verify if there are no broken links in PR - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@0.4.0 - name: check for broken links \ No newline at end of file + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.2 + with: + use-verbose-mode: 'yes' \ No newline at end of file