From fdd19e1205ca1333ba672bf16f737d6e69d44b84 Mon Sep 17 00:00:00 2001 From: noseglasses Date: Sun, 5 Nov 2023 14:21:37 +0100 Subject: [PATCH] ci: Bump lycheeverse action version --- .github/workflows/lint_README.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_README.yml b/.github/workflows/lint_README.yml index 6210321..f14facb 100644 --- a/.github/workflows/lint_README.yml +++ b/.github/workflows/lint_README.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: README.md Link Check - uses: lycheeverse/lychee-action@v1.0.8 + uses: lycheeverse/lychee-action@v1.8.0 id: lychee_readme_md with: args: --verbose --no-progress "/github/workspace/README.md"