Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b1773c

Browse files
authoredSep 5, 2024··
Update peter-evans/create-pull-request action to v7
1 parent 0c27bcb commit 9b1773c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/weekly-browserslist-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# https://github.com/peter-evans/create-pull-request
2121
- name: Create Pull Request
22-
uses: peter-evans/create-pull-request@v6.1.0
22+
uses: peter-evans/create-pull-request@v7.0.1
2323
with:
2424
token: ${{ secrets.PAT }}
2525
commit-message: 'Weekly Browserslist update'

‎.github/workflows/weekly-rust-cargo-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# https://github.com/peter-evans/create-pull-request
3030
- name: Create Pull Request
31-
uses: peter-evans/create-pull-request@v6.1.0
31+
uses: peter-evans/create-pull-request@v7.0.1
3232
with:
3333
token: ${{ secrets.PAT }}
3434
commit-message: 'Weekly Rust Cargo update (${{ matrix.manifest }})'

0 commit comments

Comments
 (0)
Please sign in to comment.