diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 33149cb..9d4139b 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -21,7 +21,7 @@ jobs: with: args: --verbose --no-progress --max-concurrency 1 --timeout 30 docs/**/*.md - name: Create Issue From File - uses: peter-evans/create-issue-from-file@v2 + uses: peter-evans/create-issue-from-file@v4 with: title: Link Checker Report content-filepath: ./lychee/out.md