From eacfafb6848b942ce8824488201b2b1077e1da99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:48:24 +0000 Subject: [PATCH] chore(deps): update lycheeverse/lychee-action action to v2 --- .github/workflows/broken-link-checker-pr.yaml | 2 +- .github/workflows/broken-link-checker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/broken-link-checker-pr.yaml b/.github/workflows/broken-link-checker-pr.yaml index abf074d..c06d5ef 100644 --- a/.github/workflows/broken-link-checker-pr.yaml +++ b/.github/workflows/broken-link-checker-pr.yaml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Check Links - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.0 with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail output: /tmp/out.md diff --git a/.github/workflows/broken-link-checker.yaml b/.github/workflows/broken-link-checker.yaml index ee3fd5a..a1e7a91 100644 --- a/.github/workflows/broken-link-checker.yaml +++ b/.github/workflows/broken-link-checker.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Check Links - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.0 with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail env: