From f9f1149bb5606c66ae56f46864fd2ddea138a016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:21:12 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... 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/gradle-update.yml | 2 +- .github/workflows/update-locales.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index 84476f32b..d00c45e30 100644 --- a/.github/workflows/changelog-to-fastlane.yml +++ b/.github/workflows/changelog-to-fastlane.yml @@ -35,7 +35,7 @@ jobs: - name: Run converter script run: python .scripts/changelog_to_fastlane.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 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 1de420e63..b8af85b67 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -33,7 +33,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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 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 5d173a225..051a786b4 100644 --- a/.github/workflows/generate-feature-graphic.yml +++ b/.github/workflows/generate-feature-graphic.yml @@ -38,7 +38,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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: title: "Update feature graphic" commit-message: "Update feature graphic" diff --git a/.github/workflows/gradle-update.yml b/.github/workflows/gradle-update.yml index 9e5e20f99..0b50e5ece 100644 --- a/.github/workflows/gradle-update.yml +++ b/.github/workflows/gradle-update.yml @@ -26,7 +26,7 @@ jobs: id: gradle-update - uses: gradle/wrapper-validation-action@v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: title: "Update Gradle to ${{ steps.gradle-update.outputs.version }}" commit-message: "Update Gradle to ${{ steps.gradle-update.outputs.version }}" diff --git a/.github/workflows/update-locales.yml b/.github/workflows/update-locales.yml index 6479849da..320bafb7d 100644 --- a/.github/workflows/update-locales.yml +++ b/.github/workflows/update-locales.yml @@ -31,7 +31,7 @@ jobs: - name: Update locales run: .scripts/locales.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: title: "Update locales" commit-message: "Update locales"