From 60cc642dc667f28c3c19a2d77793c1f90b198d66 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:10:26 +0000 Subject: [PATCH] :seedling: Update Github Actions group to v1.9.3 | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | lycheeverse/lychee-action | v1.9.1 | v1.9.3 | --- .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 ba077589..785c645a 100644 --- a/.github/workflows/schedule-link-checker.yaml +++ b/.github/workflows/schedule-link-checker.yaml @@ -19,7 +19,7 @@ jobs: app_id: ${{ secrets.SCS_APP_ID }} private_key: ${{ secrets.SCS_APP_PRIVATE_KEY }} - name: Link Checker - uses: lycheeverse/lychee-action@c3089c702fbb949e3f7a8122be0c33c017904f9b # v1.9.1 + uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3 id: lychee env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"