From a7e227a2598b3f8ca6c09f004b18dc844fae5096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:01:39 +0100 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 1.5.1 to 1.5.2 (#691) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/4a5af7cd2958a2282cefbd9c10f63bdb89982d76...25f59e1bc8f12b314a1e366f825e00d13de2d80b) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 8285099..83fcf59 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@4a5af7cd2958a2282cefbd9c10f63bdb89982d76 + uses: lycheeverse/lychee-action@25f59e1bc8f12b314a1e366f825e00d13de2d80b env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index f20811c..5354ef2 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@4a5af7cd2958a2282cefbd9c10f63bdb89982d76 + uses: lycheeverse/lychee-action@25f59e1bc8f12b314a1e366f825e00d13de2d80b env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: