Skip to content

Commit c199c58

Browse files
committed
chore(actions): use latest lychee version
1 parent 1f6f0e3 commit c199c58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-external-links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
id: lychee
2323
uses: lycheeverse/lychee-action@v2
2424
with:
25+
lycheeVersion: "latest"
2526
args: |
2627
--cache
2728
--verbose
2829
--accept '100..=103,200..=299,400,403'
29-
--base-url https://dev.flare.network/
30+
--base https://dev.flare.network/
3031
--no-progress
3132
--insecure
3233
--exclude '^(/|https://dev\.flare\.network/|https?://localhost(?::[0-9]+)?/|https://fdc-verifiers-testnet\.flare\.network/|https://github\.com/flare-foundation/flare-hardhat-starter/|https://github\.com/flare-foundation/flare-foundry-starter/|https://sepolia\.etherscan\.io/|https://metamask\.io/|https://openweathermap\.org/)'

0 commit comments

Comments
 (0)