Skip to content

Commit

Permalink
Merge pull request #3988 from AnySoftKeyboard/bot-pr/github-actions-u…
Browse files Browse the repository at this point in the history
…pdate

Automated GitHub Actions Update
  • Loading branch information
menny committed Apr 18, 2024
2 parents 348c39b + 94b25f7 commit 145dfc1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
- name: create-merge-commit
run: ./scripts/ci/ci_merge_to_default_branch.sh ${{ github.ref }}
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Merge to default branch from ${{ github.ref_name }}.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_contributors_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global --add safe.directory "${PWD}"
node dist/contributors/index.js generate --api_token ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} --output_file CONTRIBUTORS.md
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated Contributors List Update'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localization_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: fix git safe dir
run: git config --global --add safe.directory "${PWD}"
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated Localization Update from crowdin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packs_md_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: update packs list
run: ./gradlew :addons:languages:generatePacksMarkDown :addons:themes:generatePacksMarkDown :addons:quicktexts:generatePacksMarkDown
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated Packs List Update'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/third_party_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./gradlew :api:assembleDebug :api:lintDebug
./gradlew :api:assembleDebug :api:lintDebug
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated Maven Artifacts Update'
Expand All @@ -59,7 +59,7 @@ jobs:
- name: update-github-actions
run: ./scripts/ci/third-party-update/update_github_actions.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated GitHub Actions update from new releases in github.com'
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Add changed files
run: ./scripts/ci/third-party-update/${{ matrix.type}}/add_files_to_commit.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated ${{ matrix.type}} ${{ env.LATEST_VERSION }} update'
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: re-package node binaries
run: pnpm package
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated JS Dependencies Update Update'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_aosp_dictionaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
--dictionaries_archive https://github.com/LineageOS/android_packages_inputmethods_LatinIME/archive/refs/heads/lineage-21.0.tar.gz \
--dictionaries_mapping "${PWD}/js/upadte_aosp_dictionaries/lineage_mapping.yml"
- name: Create pull request
uses: peter-evans/create-pull-request@v6.0.2
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
commit-message: 'Automated AOSP Dictionaries Update'
Expand Down

0 comments on commit 145dfc1

Please sign in to comment.