From 0dc08897afb0175ccda090d7e7f81ff5c3416908 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 30 Oct 2024 11:21:17 -0400 Subject: [PATCH] update version --- .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 1962207..496d096 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -15,6 +15,6 @@ jobs: uses: actions/checkout@v2 - name: Run Link Checker - uses: mr8lu/link-validator@v1 + uses: mr8lu/link-validator@v1.0.1 with: directory: '.' # Adjust the directory as needed