Skip to content

build(deps): bump lycheeverse/lychee-action from 74c50ae9cb26a12ef66ad5769546fe0848ae9596 to 5c4ee84814c983aa7164eaee476f014e53ff3963 in /.github/workflows #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: "📊 Lychee Link Checker"
id: lychee
uses: lycheeverse/lychee-action@74c50ae9cb26a12ef66ad5769546fe0848ae9596
uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963
with:
args: --config $CONFIG_FILE --base . --verbose --no-progress './public/arf.json'
format: markdown
Expand Down