diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 19632cfd..711a1cd8 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2 + - uses: tcort/github-action-markdown-link-check@e047c5b37f24ab722bbef1a27b6fab7f96bc4068 # v1.1.3 with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' diff --git a/.github/workflows/weekly-link-check.yml b/.github/workflows/weekly-link-check.yml index 7d09fb9b..197580da 100644 --- a/.github/workflows/weekly-link-check.yml +++ b/.github/workflows/weekly-link-check.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2 + - uses: tcort/github-action-markdown-link-check@e047c5b37f24ab722bbef1a27b6fab7f96bc4068 # v1.1.3 with: use-quiet-mode: 'yes' use-verbose-mode: 'yes'