From 91f6c11821bae70df741e1a0cf29d37eb96a87da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:53:10 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog-to-fastlane.yml | 2 +- .github/workflows/contributors-to-file.yml | 2 +- .github/workflows/generate-feature-graphic.yml | 2 +- .github/workflows/update-locales.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index ec1028b98..bc4f4d965 100644 --- a/.github/workflows/changelog-to-fastlane.yml +++ b/.github/workflows/changelog-to-fastlane.yml @@ -27,7 +27,7 @@ jobs: - name: Run converter script run: python .scripts/changelog_to_fastlane.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 with: title: "Update Fastlane changelogs" commit-message: "Update Fastlane changelogs" diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 73eeb2571..a612c504e 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -27,7 +27,7 @@ jobs: - name: Remove gradle-update-robot from contributors (not a person) run: "sed -i '/^gradle-update-robot$/d' app/src/main/res/raw/contributors.txt" - name: Create Pull Request - uses: peter-evans/create-pull-request@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 with: title: "Update contributors" commit-message: "Update contributors" diff --git a/.github/workflows/generate-feature-graphic.yml b/.github/workflows/generate-feature-graphic.yml index fb2e0cef4..367fee72b 100644 --- a/.github/workflows/generate-feature-graphic.yml +++ b/.github/workflows/generate-feature-graphic.yml @@ -31,7 +31,7 @@ jobs: - name: Generate featureGraphic.png for each language run: .scripts/generate_feature_graphic/generate_feature_graphic.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 with: title: "Update feature graphic" commit-message: "Update feature graphic" diff --git a/.github/workflows/update-locales.yml b/.github/workflows/update-locales.yml index e3c621d76..b72271e1c 100644 --- a/.github/workflows/update-locales.yml +++ b/.github/workflows/update-locales.yml @@ -23,7 +23,7 @@ jobs: - name: Update locales run: .scripts/locales.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 with: title: "Update locales" commit-message: "Update locales"