From e32bce3aea79e8d0870f633a30310a05f36f70ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:19:44 +0200 Subject: [PATCH] Update lycheeverse/lychee-action action to v1.9.3 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/validate-external-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-external-links.yml b/.github/workflows/validate-external-links.yml index 7e4c8a0..b652e9d 100644 --- a/.github/workflows/validate-external-links.yml +++ b/.github/workflows/validate-external-links.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.9.1 + uses: lycheeverse/lychee-action@v1.9.3 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create an issue if needed