Skip to content

Commit

Permalink
Merge pull request #2262 from CruGlobal/renovate/peter-evans-create-p…
Browse files Browse the repository at this point in the history
…ull-request-7.x

Update peter-evans/create-pull-request action to v7
  • Loading branch information
levieggertcru authored Sep 4, 2024
2 parents aca1865 + 14b9a61 commit 16cfa05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_onesky_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 16cfa05

Please sign in to comment.