-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Renovate] Update peter-evans/create-pull-request action to v6.0.1 (#…
…1252) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d9dd235
commit ed484b7
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
branch: develop | ||
repository: sorairolake/sysexits-rs | ||
|
||
- uses: peter-evans/[email protected].0 | ||
- uses: peter-evans/[email protected].1 | ||
with: | ||
assignees: | | ||
kevinmatthes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
git commit --allow-empty -m \ | ||
"[GitHub Actions] Mirror README.md from src/lib.rs" | ||
- uses: peter-evans/[email protected].0 | ||
- uses: peter-evans/[email protected].1 | ||
with: | ||
assignees: | | ||
kevinmatthes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
git commit -m \ | ||
'[GitHub Actions] Assemble CHANGELOG and Increment Versions' | ||
- uses: peter-evans/[email protected].0 | ||
- uses: peter-evans/[email protected].1 | ||
with: | ||
assignees: | | ||
kevinmatthes | ||
|