From 44d42854a2b5f114a7ff8e0a142ba629897e37ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 04:22:00 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.0.0 to 2.0.2 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.0.0...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 daaa323..27fe39e 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@v2.0.0 + uses: lycheeverse/lychee-action@v2.0.2 with: args: -v -n "*.md" "**/*.md" fail: true diff --git a/.github/workflows/lychee-weekly.yml b/.github/workflows/lychee-weekly.yml index 7a56c4b..8d20138 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@v2.0.0 + uses: lycheeverse/lychee-action@v2.0.2 with: args: -v -n "*.md" "**/*.md" - name: Create Issue From File