Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mpetuska committed Jul 30, 2023
1 parent b39d524 commit ea2bc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resolve-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sed -Ei "s|^(version=).*\$|\\1$SNAPSHOT_VERSION|" gradle.properties
- name: Create Pull Request for new SNAPSHOT
if: env.DIFF_VERSION == '1' && env.PROJECT_VERSION != env.SNAPSHOT_VERSION
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
title: 'New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
commit-message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
Expand Down

0 comments on commit ea2bc12

Please sign in to comment.