aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-02-10 21:02:03 +0100
committerGitHub <noreply@github.com>2024-02-10 21:02:03 +0100
commit34abfc553a5e26e49d421c4d24c8b44829bce4e8 (patch)
treed05ce0677beaed2c69a0aa04f1e368357dbbdc89
parent9c27c1c65145dc644c97f19558b63f70b98f3abf (diff)
downloadNorthstarWiki-34abfc553a5e26e49d421c4d24c8b44829bce4e8.tar.gz
NorthstarWiki-34abfc553a5e26e49d421c4d24c8b44829bce4e8.zip
Bump actions/checkout to v4 (#284)
v3 uses Node 16 which is slated for deprecation by GitHub Actions
-rw-r--r--.github/workflows/linkcheck.yml2
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: