From 86d8da3e90a9043296f8206a2fec6e3f3ad0581e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:15:24 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.6.1 to 2.0.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.6.1 to 2.0.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/9ace499fe66cee282a29eaa628fdac2c72fa087f...2bb232618be239862e31382c5c0eaeba12e5e966) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/links_fail_fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links_fail_fast.yml b/.github/workflows/links_fail_fast.yml index 934b618a..b60d3b30 100644 --- a/.github/workflows/links_fail_fast.yml +++ b/.github/workflows/links_fail_fast.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f # https://github.com/lycheeverse/lychee-action#security-tip + uses: lycheeverse/lychee-action@2bb232618be239862e31382c5c0eaeba12e5e966 # https://github.com/lycheeverse/lychee-action#security-tip with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.js' './**/*.ts' fail: true