diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 7cee8a8..ff8754f 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -16,7 +16,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.0 + uses: lycheeverse/lychee-action@v1.8.0 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: @@ -24,7 +24,7 @@ jobs: - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v3 + uses: peter-evans/create-issue-from-file@v4 with: title: Link Checker Report content-filepath: ./lychee/out.md