This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git
The following commit(s) were added to refs/heads/main by this push:
new ad14bd5 Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
(#119)
ad14bd5 is described below
commit ad14bd55fd43e1400a0fc44db3a3048ae09e1425
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 11 11:51:14 2025 +0100
Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 (#119)
---
.github/workflows/license.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 8a2b9ae..9c71423 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -53,7 +53,7 @@ jobs:
cat src/license/NOTICE.template target/DEPENDENCY-LICENSES > NOTICE
- name: Create Pull Request after License Regeneration
- uses:
peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 #
v7.0.11
+ uses:
peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 #
v8.0.0
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}