From d658600773abe5f3a8a8e84d0a1e04ed69389500 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:36:24 +0100 Subject: [PATCH] :seedling: Update Github Actions group to v1.9.3 (#59) | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | lycheeverse/lychee-action | v1.9.1 | v1.9.3 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> --- .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 }}"