From 9be516ca8c179f040cf3066dc683d20aced5e220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:09:34 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v8.1.0 --- .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 470fe41d2..7e9ed32c1 100644 --- a/.github/workflows/automatic-calendar-version.yml +++ b/.github/workflows/automatic-calendar-version.yml @@ -28,7 +28,7 @@ jobs: run: swift run tools bump-calendar-version - name: Create a PR for the new version - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} author: ElementRobot diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index 1f1732fe5..761457826 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -30,7 +30,7 @@ jobs: run: swift run tools generate-sas - name: Create PR for Translations - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} author: ElementRobot