Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 in /.github/workflows (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 74e6470 commit 3882841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
bin/bump_version.py
- name: Create version.properties pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Bump version.properties
add-paths: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_protobufs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
./bin/regen-protos.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Update protobufs and classes
add-paths: |
Expand Down

0 comments on commit 3882841

Please sign in to comment.