From cfa9761126fb6bae385dd02192c1c479e9c5612f Mon Sep 17 00:00:00 2001 From: thierrylahaye <65568251+thierrylahaije@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:39:34 +0200 Subject: [PATCH] Update broken-link-checker.yml --- .github/workflows/broken-link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-checker.yml b/.github/workflows/broken-link-checker.yml index dda3ac9..a757feb 100644 --- a/.github/workflows/broken-link-checker.yml +++ b/.github/workflows/broken-link-checker.yml @@ -11,7 +11,7 @@ jobs: steps: - name: checkout repo content - uses: actions/checkout@v3 # Updated to v3 + uses: actions/checkout@v4 # Updated to v3 - name: setup python uses: actions/setup-python@v4 # Updated to v4 with: