Skip to content

Commit

Permalink
chore(deps): update lycheeverse/lychee-action action to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Sporiff committed Jan 10, 2024
1 parent 393bcf3 commit 79117af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Check for broken links
if: steps.waitForVercel.outputs.url
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Lychee Broken Link Checker
if: github.ref == 'refs/heads/main'
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down

0 comments on commit 79117af

Please sign in to comment.