From 14b9a61c6345d4d80b1f24a660ed11ad57349245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:35:48 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v7 --- .github/workflows/create-version.yml | 2 +- .github/workflows/download_onesky_translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml index a23bf7a166..6d8ff2c90a 100644 --- a/.github/workflows/create-version.yml +++ b/.github/workflows/create-version.yml @@ -170,7 +170,7 @@ jobs: run: | sed -i "s/MARKETING_VERSION = ${{ needs.current_version.outputs.version }}/MARKETING_VERSION = ${{ needs.new_version.outputs.version }}/g" godtools.xcodeproj/project.pbxproj - name: Create Version Branch and PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: "versions/${{ needs.new_version.outputs.version }}" title: "Version ${{needs.new_version.outputs.version}}" diff --git a/.github/workflows/download_onesky_translations.yml b/.github/workflows/download_onesky_translations.yml index f1aaa1d623..350caedb6c 100644 --- a/.github/workflows/download_onesky_translations.yml +++ b/.github/workflows/download_onesky_translations.yml @@ -46,7 +46,7 @@ jobs: run: bundle exec fastlane cru_shared_lane_download_and_commit_latest_one_sky_localizations - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: 'latest-onesky-translations' token: ${{ secrets.CREATE_PULL_REQUEST_ACCESS_TOKEN }}