From 1b200065cc54d3adfdb009ae54af24dbbc1a7348 Mon Sep 17 00:00:00 2001 From: Oliver Gulich <70239916+oliverlabs@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:13:40 +0100 Subject: [PATCH] Update ghpagesTest.yml upping the lychee-action version number --- .github/workflows/ghpagesTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghpagesTest.yml b/.github/workflows/ghpagesTest.yml index 8c3f06a08..41c7baf6b 100644 --- a/.github/workflows/ghpagesTest.yml +++ b/.github/workflows/ghpagesTest.yml @@ -102,7 +102,7 @@ jobs: - name: Html Broken Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.1 + uses: lycheeverse/lychee-action@v1.8.0 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: