Skip to content

Commit a87c446

Browse files
Merge pull request #2877 from CatimaLoyalty/dependabot/github_actions/peter-evans/create-pull-request-8.0.0
Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
2 parents 17d3e9b + 85f1d06 commit a87c446

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/changelog-to-fastlane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run converter script
2828
run: python .scripts/changelog_to_fastlane.py
2929
- name: Create Pull Request
30-
uses: peter-evans/create-pull-request@v7.0.11
30+
uses: peter-evans/create-pull-request@v8.0.0
3131
with:
3232
title: "Update Fastlane changelogs"
3333
commit-message: "Update Fastlane changelogs"

.github/workflows/contributors-to-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
file_in_repo: app/src/main/res/raw/contributors.txt
2626
min_commit_count: 5
2727
- name: Create Pull Request
28-
uses: peter-evans/create-pull-request@v7.0.11
28+
uses: peter-evans/create-pull-request@v8.0.0
2929
with:
3030
title: "Update contributors"
3131
commit-message: "Update contributors"

.github/workflows/generate-feature-graphic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate featureGraphic.png for each language
3232
run: .scripts/generate_feature_graphic/generate_feature_graphic.sh
3333
- name: Create Pull Request
34-
uses: peter-evans/create-pull-request@v7.0.11
34+
uses: peter-evans/create-pull-request@v8.0.0
3535
with:
3636
title: "Update feature graphic"
3737
commit-message: "Update feature graphic"

.github/workflows/update-locales.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Update locales
2424
run: .scripts/locales.py
2525
- name: Create Pull Request
26-
uses: peter-evans/create-pull-request@v7.0.11
26+
uses: peter-evans/create-pull-request@v8.0.0
2727
with:
2828
title: "Update locales"
2929
commit-message: "Update locales"

0 commit comments

Comments
 (0)