From f8d0f1833944078be60d3ba8d9c66052d885bf58 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Sat, 5 Sep 2026 13:13:32 +0200 Subject: [PATCH] Update pull request action --- .github/workflows/version-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version-update.yml b/.github/workflows/version-update.yml index 03e63fb..51b3930 100644 --- a/.github/workflows/version-update.yml +++ b/.github/workflows/version-update.yml @@ -26,10 +26,11 @@ jobs: - run: echo "Updating ${{ inputs.segment }} version" - name: Update version run: npm --no-git-tag-version version ${{ inputs.segment }} - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v8 with: base: 'main' branch: 'version/automated' title: 'Update package version (automated)' commit-message: 'Update package version' body: 'Automated update to ${{ inputs.segment }} version' + token: ${{ secrets.DISPATCH_TOKEN }}