Skip to content

Commit

Permalink
bump lychee version (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 17, 2023
1 parent a12cbb3 commit 7dedc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ On top of that, the action also supports some additional arguments.
| fail | `false` | Fail workflow run on error (i.e. when [lychee exit code][lychee-exit] is not 0). |
| format | `markdown`, `json` | Summary output format. |
| jobSummary | `false` | Write Github job summary (on Markdown output only). |
| lycheeVersion | `0.11.1` | Overwrite the lychee version to be used. |
| lycheeVersion | `0.12.0` | Overwrite the lychee version to be used. |
| output | `lychee/results.md` | Summary output file path. |

See [action.yml](./action.yml) for a full list of supported arguments and their default values.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
required: false
lycheeVersion:
description: "Use custom version of lychee link checker"
default: 0.11.1
default: 0.12.0
required: false
output:
description: "Summary output file path"
Expand Down

0 comments on commit 7dedc2e

Please sign in to comment.