From 97ffb5f98ac29aca0fe5c76cd08727c61c2397e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:41:59 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.0.8 to 2.0.2 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.0.8 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.0.8...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/download-link-check-deploy.yml | 2 +- .github/workflows/lychee-cron.yaml | 2 +- .github/workflows/lychee-pr.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/download-link-check-deploy.yml b/.github/workflows/download-link-check-deploy.yml index 4cdfec82eee..59b3c0e7170 100644 --- a/.github/workflows/download-link-check-deploy.yml +++ b/.github/workflows/download-link-check-deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download Link Checker - uses: lycheeverse/lychee-action@v1.0.8 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose "${{ github.event.deployment.payload.web_url }}" --base diff --git a/.github/workflows/lychee-cron.yaml b/.github/workflows/lychee-cron.yaml index 93f29f090b9..fbec52a52ce 100644 --- a/.github/workflows/lychee-cron.yaml +++ b/.github/workflows/lychee-cron.yaml @@ -24,7 +24,7 @@ jobs: npm install - name: Link Checker - uses: lycheeverse/lychee-action@v1.0.8 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress --exclude-all-private **/*.md env: diff --git a/.github/workflows/lychee-pr.yaml b/.github/workflows/lychee-pr.yaml index 3c3fb2201d1..1af3bf0d236 100644 --- a/.github/workflows/lychee-pr.yaml +++ b/.github/workflows/lychee-pr.yaml @@ -33,7 +33,7 @@ jobs: - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.0.8 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress --exclude-all-private ${{ steps.getfile.outputs.ts }} env: