This is an automated email from the ASF dual-hosted git repository.
jzemerick pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new fc3cfea3 [2.x]: Bump peter-evans/create-pull-request from 8.0.0 to
8.1.0 (#935)
fc3cfea3 is described below
commit fc3cfea3ecf494c4a63088ab73642238c2994bd1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 08:03:48 2026 -0500
[2.x]: Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#935)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 8.0.0 to 8.1.0.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/98357b18bf14b5342f975ff684046ec3b2a07725...c0f553fe549906ede9cf27b5156039d195d2ece0)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 9f78e60c..5b168948 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@98357b18bf14b5342f975ff684046ec3b2a07725 #
v8.0.0
+ uses:
peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #
v8.1.0
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}