From 31437b7142330b8b1e2671a836cc33f6d7eb2a5b Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:07:19 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20lycheeverse/ly?= =?UTF-8?q?chee-action=20(=20v1=20=E2=86=92=20v2=20)?= 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 | v2 | --- .github/workflows/lychee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yaml b/.github/workflows/lychee.yaml index e562813198..be1aa7312c 100644 --- a/.github/workflows/lychee.yaml +++ b/.github/workflows/lychee.yaml @@ -40,7 +40,7 @@ jobs: token: "${{ steps.app-token.outputs.token }}" - name: Scan for broken links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 id: lychee with: token: "${{ steps.app-token.outputs.token }}"