From c5074768797c2cd4b1a53533235e3180b89fe603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 04:44:41 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.2.0 to 1.6.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.2.0 to 1.6.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.2.0...v1.6.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lychee-cron.yaml | 2 +- .github/workflows/lychee-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lychee-cron.yaml b/.github/workflows/lychee-cron.yaml index 2267b71c1..7a1712fe7 100644 --- a/.github/workflows/lychee-cron.yaml +++ b/.github/workflows/lychee-cron.yaml @@ -21,7 +21,7 @@ jobs: - run: | make gen-content - name: Link Checker - uses: lycheeverse/lychee-action@v1.2.0 + uses: lycheeverse/lychee-action@v1.6.1 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 0bb1248c1..493fa582a 100644 --- a/.github/workflows/lychee-pr.yaml +++ b/.github/workflows/lychee-pr.yaml @@ -29,7 +29,7 @@ jobs: - name: lychee Link Checker if: ${{ steps.getfile.outputs.ts != '' }} id: lychee - uses: lycheeverse/lychee-action@v1.2.0 + uses: lycheeverse/lychee-action@v1.6.1 with: args: --verbose --no-progress --exclude-all-private ${{ steps.getfile.outputs.ts }} env: