diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-07-14 18:57:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 18:57:20 +0200 |
commit | 12c6b373df3ee245206c734abe583aaa34e11b9a (patch) | |
tree | c437672e0522acba6534abc0a9f79a47d69d0149 /.github/workflows/linkcheck.yml | |
parent | cadb9b4a24dbdd36cdd02177a4d97dca1c86f433 (diff) | |
parent | ccb4e66c6f319ed83e954c43935c05e50b4142ba (diff) | |
download | NorthstarWiki-12c6b373df3ee245206c734abe583aaa34e11b9a.tar.gz NorthstarWiki-12c6b373df3ee245206c734abe583aaa34e11b9a.zip |
Merge branch 'main' into docs/gitbook-preprocessor
Diffstat (limited to '.github/workflows/linkcheck.yml')
-rw-r--r-- | .github/workflows/linkcheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index e97f01e..2dcc5c9 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: md-linkcheck uses: gaurav-nelson/github-action-markdown-link-check@v1 with: |