From e094b969ee21e1144f942461e072189e11f6b6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:05:16 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.8 to 7.0.9. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.8...v7.0.9) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.9 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 612a021b4..bfbdc5d03 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@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 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 0ed926d15..b8800f9b1 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -25,7 +25,7 @@ jobs: file_in_repo: app/src/main/res/raw/contributors.txt min_commit_count: 5 - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 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 167d630e6..af16bb52d 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@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 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 9ee865842..e0a97b2b2 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@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 with: title: "Update locales" commit-message: "Update locales"