From 29610fe48ce96ae61aaa8c27301392e2d76ce814 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 7 Nov 2023 08:02:31 +0100 Subject: [PATCH] check-links.yml: Update to actions/checkout@v4 --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 280ade4..1ff05ff 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Check links uses: gaurav-nelson/github-action-markdown-link-check@1.0.15