From 3a835c1fd29dda5eb19e28945417778e841942e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:46:26 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1 to 2 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1 to 2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1...v2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-link.yml b/.github/workflows/check-link.yml index a3f1731..696dd53 100644 --- a/.github/workflows/check-link.yml +++ b/.github/workflows/check-link.yml @@ -21,7 +21,7 @@ jobs: ssh-key: ${{ secrets.REPO_KEY }} - name: lychee Link Checker - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: "--cache --max-cache-age 1d --verbose --no-progress README.md" token: ${{ github.token }}