From 7ac52117a46c9cee8b5b9eab3534304a66300a14 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Mon, 15 Aug 2022 11:49:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20version=20of=20is?= =?UTF-8?q?sue=20creator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was very old. Should have been 4 from the start. --- .github/workflows/scheduled-check-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-check-links.yaml b/.github/workflows/scheduled-check-links.yaml index a733952b31..f3fe038df6 100644 --- a/.github/workflows/scheduled-check-links.yaml +++ b/.github/workflows/scheduled-check-links.yaml @@ -64,7 +64,7 @@ jobs: - name: Create issue from Markdown file id: create-issue if: ${{ always() }} - uses: peter-evans/create-issue-from-file@v2 + uses: peter-evans/create-issue-from-file@v4 with: title: ":bug: Broken links" content-filepath: broken_links.md