Skip to content

Commit

Permalink
Merge pull request #2261 from CatimaLoyalty/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/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
TheLastProject authored Dec 30, 2024
2 parents 23bc40e + f95be6c commit 3003a10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-to-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contributors-to-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-feature-graphic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3003a10

Please sign in to comment.