This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 236eddba Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
236eddba is described below
commit 236eddbaeca3d3d5ec285fadca2e6990ec0cabef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 03:23:13 2025 +0000
Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 7.0.11 to 8.0.0.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/22a9089034f40e5a961c8808d113e2c98fb63676...98357b18bf14b5342f975ff684046ec3b2a07725)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 503dd30e..3bad1ccf 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 }}