From c3089c702fbb949e3f7a8122be0c33c017904f9b Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Wed, 10 Jan 2024 01:06:28 +0100 Subject: [PATCH] Bump to lychee 0.14.1 This contains a hotfix for the `accept` config parameter. It restores the possibility to use integers as status codes. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a005d1..f810a80 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: required: false lycheeVersion: description: "Use custom version of lychee link checker" - default: 0.14.0 + default: 0.14.1 required: false output: description: "Summary output file path"