From 6f49c12416fc38a48dd3e18db7db9751bda48390 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 25 Dec 2025 18:44:39 +0100 Subject: [PATCH] update create-pr to v8 --- .github/workflows/gt-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gt-update.yml b/.github/workflows/gt-update.yml index 02d89a0..eeb12a7 100644 --- a/.github/workflows/gt-update.yml +++ b/.github/workflows/gt-update.yml @@ -149,7 +149,7 @@ jobs: - name: Create pull request if necessary if: ${{ steps.has_changes.outputs.has_changes == 1 }} #gt-placeholder-gh-action-create-pr-start - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 #gt-placeholder-gh-action-create-pr-end with: branch: 'gt/update/${{ matrix.remote }}'