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-quarkus.git
commit a64d1529c3f6d103dfa963d0154e233e4d34f1a8 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
