This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new d08327343e [tomee-10.x]: Bump peter-evans/create-pull-request from
8.0.0 to 8.1.0
d08327343e is described below
commit d08327343e8f3d40ab52fb0e4cc4e1b290adc84f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 21 23:08:42 2026 +0000
[tomee-10.x]: Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0
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]>
---
.github/workflows/main-push-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index f03e966572..45a590693a 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -41,7 +41,7 @@ jobs:
run: find ./boms -type f -exec sed -i -e 's/\r$//' {} \;
- name: Create Pull Request after BOM Regeneration
- uses:
peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 #
v8.0.0
+ uses:
peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #
v8.1.0
with:
base: tomee-10.x
token: ${{ secrets.GITHUB_TOKEN }}