From 995f1d4573df9f7203ea72a9543a6a8882fe6bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:52:55 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.1 (#542) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.8.0...v1.9.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index fa9ad05d..9efd9ea1 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -35,7 +35,7 @@ jobs: restore-keys: cache-lychee- - name: "📊 Lychee Link Checker" id: lychee - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v1.9.1 with: args: --config ./.github/lychee.toml --base . --verbose --no-progress './**/*.md*' format: markdown