From 7838da9984c1a70a10c3c587df8f1448306d0bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:25:17 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 2.7.0 to 2.8.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/a8c4c7cb88f0c7386610c35eb25108e448569cb0...8646ba30535128ac92d33dfc9133794bfdd9b411) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/url-check-on-change.yml | 2 +- .github/workflows/url-check-periodic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/url-check-on-change.yml b/.github/workflows/url-check-on-change.yml index 9ffad67a..e32f2adc 100644 --- a/.github/workflows/url-check-on-change.yml +++ b/.github/workflows/url-check-on-change.yml @@ -28,7 +28,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker - uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0 + uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 env: # set the GitHub token to avoid rate limits GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/url-check-periodic.yml b/.github/workflows/url-check-periodic.yml index 78ada2f3..72089084 100644 --- a/.github/workflows/url-check-periodic.yml +++ b/.github/workflows/url-check-periodic.yml @@ -24,7 +24,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker - uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0 + uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 env: # set the GitHub token to avoid rate limits GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}