From 01b6f13177e0c643c9ffbace61ac973f82d7fca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 04:44:38 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.1.0...v2.2.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/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 475d00a..40bbf5f 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.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: args: -v -n "*.md" "**/*.md" fail: true diff --git a/.github/workflows/lychee-weekly.yml b/.github/workflows/lychee-weekly.yml index b5c9383..b8159bb 100644 --- a/.github/workflows/lychee-weekly.yml +++ b/.github/workflows/lychee-weekly.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Link Checker - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: args: -v -n "*.md" "**/*.md" - name: Create Issue From File