This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ee23d0e324ef chore: Update peter-evans/create-or-update-comment to V5
ee23d0e324ef is described below

commit ee23d0e324ef6631ce24d27d647d788920f31dfe
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Jan 26 09:35:25 2026 +0100

    chore: Update peter-evans/create-or-update-comment to V5
---
 .github/actions/component-test/action.yaml | 4 ++--
 .github/workflows/pr-comment.yml           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/component-test/action.yaml 
b/.github/actions/component-test/action.yaml
index 358c7a0ba69a..b65d245ac4e9 100644
--- a/.github/actions/component-test/action.yaml
+++ b/.github/actions/component-test/action.yaml
@@ -69,7 +69,7 @@ runs:
         path: tests.log
     - name: Success comment
       if: success() 
-      uses: 
peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # 
v4.0.0
+      uses: 
peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # 
v5.0.0
       with:
         comment-id: ${{ inputs.comment-id }}
         edit-mode: replace
@@ -79,7 +79,7 @@ runs:
           **Result** :white_check_mark: The tests passed successfully
     - name: Failure comment
       if: failure() 
-      uses: 
peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # 
v4.0.0
+      uses: 
peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # 
v5.0.0
       with:
         comment-id: ${{ inputs.comment-id }}
         edit-mode: replace
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 66fec5f0935a..8c56d6944df1 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -60,7 +60,7 @@ jobs:
         with:
           ref: ${{ env.pr_sha }}
           submodules: recursive
-      - uses: 
peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # 
v4.0.0
+      - uses: 
peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # 
v5.0.0
         with:
           issue-number: ${{ github.event.issue.number }}
           body: |

Reply via email to