From f80860f8dbe08695c11711ed43810bb4637c8c29 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 6 Jul 2025 11:00:55 +0200 Subject: [PATCH] Update the peter-evans/create-pull-request action to v7 This is needed for the draft: always-true setting. --- .github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 698eb6d99..74b2a72cd 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -19,7 +19,7 @@ jobs: file: "README.md" - name: Create Pull Request 🚀 - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "README.md: Update Sponsors" title: "README.md: Update Sponsors"