Skip to content

Commit

Permalink
Merge pull request #34 from bainco/dependabot/github_actions/lycheeve…
Browse files Browse the repository at this point in the history
…rse/lychee-action-2.1.0

Bump lycheeverse/lychee-action from 1.10.0 to 2.1.0
  • Loading branch information
bainco authored Nov 18, 2024
2 parents 5f40900 + 478741a commit 4a371ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
npm install -g purgecss
purgecss -c purgecss.config.js
- name: Link Checker 🔗
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.1.0
with:
fail: true
# only check local links
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4

- name: Link Checker 🔗
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.1.0
with:
fail: true
# removed md files that include liquid tags
Expand Down

0 comments on commit 4a371ad

Please sign in to comment.