mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Upversion markdown-link-check Github action (#12026)
This commit is contained in:
parent
29187773a5
commit
dece8e179c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
contents: read # to read files to check dead links
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@58f84fd654812d0d8da4e4d4a559eda087daf8ce # v1.0.13
|
||||
- uses: actions/checkout@v3
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
|
||||
with:
|
||||
use-quiet-mode: 'yes'
|
||||
config-file: .github/workflows/config/markdown-link-check-config.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue