-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update peter-evans/create-pull-request action to v7 #3360
Conversation
@@ -39,7 +39,7 @@ jobs: | |||
git fetch --tags --force && \ | |||
latest=$(git tag --sort=creatordate | tail -1) && \ | |||
sed -E -i "s/<version>[^<]+/<version>${latest}/g" eo-maven-plugin/README.md | |||
- uses: peter-evans/create-pull-request@v6 | |||
- uses: peter-evans/create-pull-request@v7 | |||
with: | |||
branch: version-up | |||
commit-message: 'new version in README' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff shows a change in the GitHub Actions workflow:
peter-evans/create-pull-request
action version is changed fromv6
tov7
.- No changes are made to the inputs of this action (branch, commit-message).
Unless there are breaking changes introduced between version 6 and 7 of the peter-evans/create-pull-request
action that affect your usage, this change appears straightforward and without irregularities.
But remember, when upgrading versions in Github actions or any other dependency for that matter, it's important to review the change logs/documentation to check for any breaking changes or updated requirements. As of my knowledge cutoff in September 2021, I don't have specific changelog details for these versions of the action.
@rultor please, try to merge, since 22 checks have passed |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 17min)
|
This PR contains the following updates:
v6
->v7
Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request)
v7
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.