From 5b8ba3eb7c196bf16b6ee3f3012c12d05a89db2e Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Thu, 23 Feb 2023 10:21:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20lycheeverse/lyche?= =?UTF-8?q?e-action=20action=20to=20v1.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | lycheeverse/lychee-action | v1.6.0 | v1.6.1 | --- .github/workflows/broken-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-checker.yaml b/.github/workflows/broken-link-checker.yaml index 0a26e5c82..284c6de49 100644 --- a/.github/workflows/broken-link-checker.yaml +++ b/.github/workflows/broken-link-checker.yaml @@ -22,7 +22,7 @@ jobs: private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Scan for broken links - uses: lycheeverse/lychee-action@3c36afe4aa5903d685ec3aacbfac356ca24c346b # v1.6.0 + uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f # v1.6.1 id: lychee env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"