diff --git a/.github/workflows/fetch-hosts.yaml b/.github/workflows/fetch-hosts.yaml index 845ce1d..31e5386 100644 --- a/.github/workflows/fetch-hosts.yaml +++ b/.github/workflows/fetch-hosts.yaml @@ -29,7 +29,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create Issue From File - uses: peter-evans/create-issue-from-file@v4 + uses: peter-evans/create-issue-from-file@v5 if: ${{ steps.lychee.outputs.exit_code != 0 }} with: title: Link Checker Report