From aaa7d9bb136990e62eae7bbe22a879208ee11053 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Fri, 3 Jan 2025 21:48:50 +0100 Subject: [PATCH] ci: Switch to upstream create-pull-request (#12123) * ci: Switch to upstream create-pull-request * what the actual f * fix version comment --------- Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com> --- .github/workflows/covector-version-or-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index afc07f947..b0ccb4ae6 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -111,7 +111,7 @@ jobs: - name: Create Pull Request With Versions Bumped if: steps.covector.outputs.commandRan == 'version' - uses: tauri-apps/create-pull-request@v3 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 7.0.6 with: token: ${{ secrets.GITHUB_TOKEN }} branch: release/version-updates