Skip to content

Commit

Permalink
[Renovate] Update peter-evans/create-pull-request action to v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 531db2b commit f551ef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
branch: develop
repository: sorairolake/sysexits-rs

- uses: peter-evans/create-pull-request@v6.0.3
- uses: peter-evans/create-pull-request@v6.0.4
with:
assignees: |
kevinmatthes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
git commit --allow-empty -m \
"[GitHub Actions] Mirror README.md from src/lib.rs"
- uses: peter-evans/create-pull-request@v6.0.3
- uses: peter-evans/create-pull-request@v6.0.4
with:
assignees: |
kevinmatthes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ronlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
git commit -m \
'[GitHub Actions] Assemble CHANGELOG and Increment Versions'
- uses: peter-evans/create-pull-request@v6.0.3
- uses: peter-evans/create-pull-request@v6.0.4
with:
assignees: |
kevinmatthes
Expand Down

0 comments on commit f551ef4

Please sign in to comment.