-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2261 from CatimaLoyalty/dependabot/github_actions…
…/peter-evans/create-pull-request-7.0.6 Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
- name: Run converter script | ||
run: python .scripts/changelog_to_fastlane.py | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
title: "Update Fastlane changelogs" | ||
commit-message: "Update Fastlane changelogs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
title: "Update contributors" | ||
commit-message: "Update contributors" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
title: "Update feature graphic" | ||
commit-message: "Update feature graphic" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
id: gradle-update | ||
- uses: gradle/actions/wrapper-validation@v4 | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
title: "Update Gradle to ${{ steps.gradle-update.outputs.version }}" | ||
commit-message: "Update Gradle to ${{ steps.gradle-update.outputs.version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Update locales | ||
run: .scripts/locales.py | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
title: "Update locales" | ||
commit-message: "Update locales" | ||
|