diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index 90f89c7ff..4c1c8db94 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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.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 6c38c2bfd..19b0b246f 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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.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 ea7267aa1..2c747028e 100644 --- a/.github/workflows/generate-feature-graphic.yml +++ b/.github/workflows/generate-feature-graphic.yml @@ -39,7 +39,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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.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 26435cdbb..259b9b205 100644 --- a/.github/workflows/gradle-update.yml +++ b/.github/workflows/gradle-update.yml @@ -26,7 +26,7 @@ jobs: id: gradle-update - uses: gradle/actions/wrapper-validation@v3 - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.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 9f0947bad..a84cf6b37 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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: title: "Update locales" commit-message: "Update locales"