From ca4e4a7063ac4d456043f3848f833fb8da29860a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:53:44 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 1.9.0 to 1.9.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/22134d37a1fff6c2974df9c92a7c7e1e86a08f9c...c3089c702fbb949e3f7a8122be0c33c017904f9b) --- 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 49ed719..55986ab 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@22134d37a1fff6c2974df9c92a7c7e1e86a08f9c + uses: lycheeverse/lychee-action@c3089c702fbb949e3f7a8122be0c33c017904f9b env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 63aa1f5..1c57af4 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@22134d37a1fff6c2974df9c92a7c7e1e86a08f9c + uses: lycheeverse/lychee-action@c3089c702fbb949e3f7a8122be0c33c017904f9b env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: