Skip to content
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

Bump peter-evans/create-pull-request from 4.2.2 to 4.2.3 #1643

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -47,7 +47,7 @@ jobs:
run: make updateversion
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
with:
add-paths: .
commit-message: "Update version to v${{env.VERSION}}"
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: update home brew badge
run: make updatehomebrewbadge
- name: create PR
uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
with:
add-paths: .
commit-message: "Back to development"
Expand Down