Skip to content

Commit 74c50ae

Browse files
[create-pull-request] automated change (#296)
Co-authored-by: mre <[email protected]>
1 parent 82202e5 commit 74c50ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
required: false
2828
lycheeVersion:
2929
description: "Use custom version of lychee link checker"
30-
default: v0.18.1
30+
default: v0.19.0
3131
required: false
3232
output:
3333
description: "Summary output file path"
@@ -69,7 +69,7 @@ runs:
6969
TEMP_DIR="${RUNNER_TEMP}/lychee-download"
7070
mkdir -p "${TEMP_DIR}"
7171
cd "${TEMP_DIR}"
72-
72+
7373
ARCH=$(uname -m)
7474
# Determine filename and download URL based on version
7575
if [[ "${LYCHEE_VERSION}" =~ ^v0\.0|^v0\.1[0-5]\. ]]; then

0 commit comments

Comments
 (0)