From e95f66d551e773397032c842fe63adfdfdce4a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:07:25 +0300 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 (#315) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.0.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.10.0...v2.0.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/lychee-weekly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c600648..daaa323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: globs: '**/*.md' - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.0 with: args: -v -n "*.md" "**/*.md" fail: true diff --git a/.github/workflows/lychee-weekly.yml b/.github/workflows/lychee-weekly.yml index 80bdce4..7a56c4b 100644 --- a/.github/workflows/lychee-weekly.yml +++ b/.github/workflows/lychee-weekly.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4.2.1 - name: Link Checker - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.0 with: args: -v -n "*.md" "**/*.md" - name: Create Issue From File