From 1c540d94de1432da0ade24aaf7c757a8fec77187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:56:56 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/eeb9cb63fe093e4d17e5853314dbf862bb35f28d...c053181aa0c3d17606addfe97a9075a32723548a) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/on-pr.yaml | 2 +- .github/workflows/periodics-daily.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 0b1db28..2a9d80a 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@eeb9cb63fe093e4d17e5853314dbf862bb35f28d + uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index a156aa7..5bcc8f2 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@eeb9cb63fe093e4d17e5853314dbf862bb35f28d + uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: