Skip to content

Commit

Permalink
update pull request actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko committed Sep 4, 2024
1 parent df59ef2 commit 6d12379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--changelog_path "./.github/CHANGELOG.md" --post_release
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
commit-message: post release version bump
title: Version Bump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
--changelog_path "./.github/CHANGELOG.md" --pre_release
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
commit-message: pre release version bump
title: Version Bump
Expand Down

0 comments on commit 6d12379

Please sign in to comment.