mirror of
https://github.com/testthedocs/awesome-docs.git
synced 2026-07-16 14:31:25 -05:00
Merge pull request #49 from testthedocs/dependabot/github_actions/lycheeverse/lychee-action-2.5.0
chore(deps): bump lycheeverse/lychee-action from 2.4.1 to 2.5.0
This commit is contained in:
2
.github/workflows/cron-linkcheck.yml
vendored
2
.github/workflows/cron-linkcheck.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v2.4.1
|
||||
uses: lycheeverse/lychee-action@v2.5.0
|
||||
with:
|
||||
args: --verbose --no-progress README.md
|
||||
fail: true
|
||||
|
||||
2
.github/workflows/linkcheck-on-pr.yml
vendored
2
.github/workflows/linkcheck-on-pr.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v2.4.1
|
||||
uses: lycheeverse/lychee-action@v2.5.0
|
||||
with:
|
||||
args: --verbose --no-progress README.md
|
||||
fail: true
|
||||
|
||||
Reference in New Issue
Block a user