Browse Source

Merge branch 'master' into dependabot/github_actions/docker/build-push-action-2.10.0

pull/8167/head
M. J. Fromberger 2 years ago
committed by GitHub
parent
commit
2ca8033b4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/linkchecker.yml

+ 1
- 1
.github/workflows/linkchecker.yml View File

@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
with:
folder-path: "docs"

Loading…
Cancel
Save