From 9a2f5661dc7a21f83ccbc035b01658a01b7cf039 Mon Sep 17 00:00:00 2001 From: Harvester57 Date: Sun, 31 Jul 2022 20:16:14 +0200 Subject: [PATCH] Update "create issue" Action to v4 --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 3e1fc81..a216767 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -20,7 +20,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