This is an automated email from the ASF dual-hosted git repository.
rzo1 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 5009a3b1e3 Update create-pull-request action version to v7.0.9
5009a3b1e3 is described below
commit 5009a3b1e35c5d7c5d33ad001e9433eb430a46b2
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Nov 24 20:02:49 2025 +0100
Update create-pull-request action version to v7.0.9
---
.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 cbbabb0dff..549f643c44 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@271a8d0340265f705b14b6d32b9829c1cb33d45e #
v7.0.8
+ uses:
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #
v7.0.9
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}