From 9fc77de4789a967ef286e4ca261e6586bdf0ceaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 02:54:13 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.7.0 to 1.8.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.7.0...v1.8.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/code-tour-and-links-watcher.yml | 2 +- .github/workflows/links-watcher-schedule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-tour-and-links-watcher.yml b/.github/workflows/code-tour-and-links-watcher.yml index 167401b7..7cd39c95 100644 --- a/.github/workflows/code-tour-and-links-watcher.yml +++ b/.github/workflows/code-tour-and-links-watcher.yml @@ -24,7 +24,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v1.8.0 with: fail: true args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' diff --git a/.github/workflows/links-watcher-schedule.yml b/.github/workflows/links-watcher-schedule.yml index 0867ea40..2fc88c2b 100644 --- a/.github/workflows/links-watcher-schedule.yml +++ b/.github/workflows/links-watcher-schedule.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v1.8.0 with: args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' output: ./lychee/out.md