Skip to content

Commit

Permalink
Merge pull request #21 from testthedocs/dependabot/github_actions/lyc…
Browse files Browse the repository at this point in the history
…heeverse/lychee-action-1.9.1

chore(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.1
  • Loading branch information
sven authored Jan 16, 2024
2 parents bd08136 + 78efa02 commit 132e620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: --verbose --no-progress README.md
fail: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: --verbose --no-progress README.md
fail: true

0 comments on commit 132e620

Please sign in to comment.