diff --git a/README.md b/README.md index 4cb0e23..b5cf92d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v1 - name: Create Issue From File if: env.lychee_exit_code != 0 @@ -72,7 +72,7 @@ Here is how to pass the arguments. ```yml - name: Link Checker - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v1 with: # Check all markdown and html files in repo (default) args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' @@ -104,7 +104,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.10.0 + uses: lycheeverse/lychee-action@v1 with: args: "--base . --cache --max-cache-age 1d ." ``` @@ -124,7 +124,7 @@ If you need more control over when caches are restored and saved, you can split restore-keys: cache-lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v1 with: args: "--base . --cache --max-cache-age 1d ."