Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 5b2b742 commit 4f2acd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-browserslist-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# https://github.com/peter-evans/create-pull-request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.6
with:
token: ${{ secrets.PAT }}
commit-message: 'Weekly Browserslist update'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-rust-cargo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# https://github.com/peter-evans/create-pull-request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.6
with:
token: ${{ secrets.PAT }}
commit-message: 'Weekly Rust Cargo update (${{ matrix.manifest }})'
Expand Down

0 comments on commit 4f2acd3

Please sign in to comment.