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

jamesnetherton pushed a commit to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit a67c30603ffe7cfd74d9bae1765ae5d9c4fb9ad6
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Dec 15 14:16:56 2025 +0100

    ci: upgrade setup-node to v6
---
 .github/actions/test-summary-report/action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/test-summary-report/action.yaml 
b/.github/actions/test-summary-report/action.yaml
index f75767b16e..41f19ad081 100644
--- a/.github/actions/test-summary-report/action.yaml
+++ b/.github/actions/test-summary-report/action.yaml
@@ -31,7 +31,7 @@ runs:
   using: "composite"
   steps:
     - name: Setup Node
-      uses: actions/setup-node@v5
+      uses: actions/setup-node@v6
       with:
         node-version: 24
     - name: Install script dependencies

Reply via email to