From eda717384845bfe9a6a9d36fb69fe0557630cd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:53:13 +0000 Subject: [PATCH] chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 563e7cc..2d58151 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: - name: Lint Markdown run: make md-check - name: Link check - uses: lycheeverse/lychee-action@v2.3.0 + uses: lycheeverse/lychee-action@v2.4.0 with: args: '*.md .github/*.md .github/**/*.md .config/*.md' # Fail action on broken links