From f00aad5b9f3e89b9af6100780f4801d0aff20f9d Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Mon, 17 Apr 2023 23:17:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20lycheeverse/lyche?= =?UTF-8?q?e-action=20action=20to=20v1.7.0?= 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.1 | v1.7.0 | --- .github/workflows/broken-link-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-check.yaml b/.github/workflows/broken-link-check.yaml index 21a528347..d47e460de 100644 --- a/.github/workflows/broken-link-check.yaml +++ b/.github/workflows/broken-link-check.yaml @@ -24,7 +24,7 @@ jobs: token: "${{ steps.generate-token.outputs.token }}" - name: Scan for broken links - uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f # v1.6.1 + uses: lycheeverse/lychee-action@97189f2c0a3c8b0cb0e704fd4e878af6e5e2b2c5 # v1.7.0 id: lychee env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"