diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 7f14bfaf..b6273b29 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 - - uses: lycheeverse/lychee-action@v1.10.0 + - uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: --exclude-path ecr-login/vendor --timeout 30 --no-progress './**/*.md'