From 81fd8f58997c8a5104330d84bbad1af03e7500e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:02:45 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.0.0 to 2.1.0 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/housekeeping.yaml | 2 +- .github/workflows/pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index b704998..b686c0a 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Link Checker - uses: lycheeverse/lychee-action@v2.0.0 + uses: lycheeverse/lychee-action@v2.1.0 with: args: --verbose --no-progress --max-retries 2 '**/*.md' '*.md' fail: true diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 22f5777..2d96ef4 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Link Checker - uses: lycheeverse/lychee-action@v2.0.0 + uses: lycheeverse/lychee-action@v2.1.0 with: args: --verbose --no-progress --max-retries 5 '**/*.md' '*.md' fail: true