From bb3a52ce7db82a14a4ed3b76316540ac478a1d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:44:10 +0100 Subject: [PATCH] Update peter-evans/create-pull-request action to v8.1.1 (#5380) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/automatic-calendar-version.yml | 2 +- .github/workflows/translations-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-calendar-version.yml b/.github/workflows/automatic-calendar-version.yml index e1fdcd41a..97756c864 100644 --- a/.github/workflows/automatic-calendar-version.yml +++ b/.github/workflows/automatic-calendar-version.yml @@ -32,7 +32,7 @@ jobs: run: swift run -q tools bump-calendar-version - name: Create a PR for the new version - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} author: ElementRobot diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index 74348dd8c..4c95d5c0a 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -34,7 +34,7 @@ jobs: run: swift run -q tools generate-sas - name: Create PR for Translations - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} author: ElementRobot