diff --git a/.github/workflows/brokenLinks.yml b/.github/workflows/brokenLinks.yml index 3170f61..178154a 100644 --- a/.github/workflows/brokenLinks.yml +++ b/.github/workflows/brokenLinks.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Link Checker - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: ./docs/** - name: Create Issue From File