diff --git a/README.md b/README.md index 2825405..4850d50 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.3 + uses: lycheeverse/lychee-action@v1.5.4 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@v1.5.3 + uses: lycheeverse/lychee-action@v1.5.4 with: fail: true env: @@ -100,7 +100,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their ```yml - name: Link Checker - uses: lycheeverse/lychee-action@v1.5.3 + uses: lycheeverse/lychee-action@v1.5.4 with: # Check all markdown and html files in repo (default) args: --verbose --no-progress './**/*.md' './**/*.html' @@ -125,7 +125,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter restore-keys: cache-lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v1.5.3 + uses: lycheeverse/lychee-action@v1.5.4 with: args: "--cache --max-cache-age 1d" ``` @@ -197,7 +197,7 @@ For example: ```yml - name: Link Checker - uses: lycheeverse/lychee-action@0fcec0b45a1cc548fd8b6d9e859b1f8a2cc156ce # for v1.5.3 + uses: lycheeverse/lychee-action@0682ed617509a52424db04e7502c1dc3df28b469 # for v1.5.4 ``` ## Credits