diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0f4d2..c994922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.0.8 + uses: lycheeverse/lychee-action@v1.3.0 with: - args: --verbose --no-progress --exclude wiki.bash-hackers.org/* README.md README_ZH-CN.md + args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}