From 4e44ba86b363c5d75755d494b8d295cfb5ed08f7 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:25:49 +0000 Subject: [PATCH] feat(github-action)!: Update lycheeverse/lychee-action action to v2.1.0 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------ | | github-tags | lycheeverse/lychee-action | v1.10.0 | v2.1.0 | --- .github/workflows/schedule-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-link-checker.yaml b/.github/workflows/schedule-link-checker.yaml index 491384401..4ca2a125f 100644 --- a/.github/workflows/schedule-link-checker.yaml +++ b/.github/workflows/schedule-link-checker.yaml @@ -20,7 +20,7 @@ jobs: app_id: "${{ secrets.BOT_APP_ID }}" private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Link Checker - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.1.0 id: lychee env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"