From 8158efb8f061fd35bff2a6e716bb1a610f378dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:00:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/coana-guardrail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coana-guardrail.yml b/.github/workflows/coana-guardrail.yml index 7c1224cc..4d32ef1f 100644 --- a/.github/workflows/coana-guardrail.yml +++ b/.github/workflows/coana-guardrail.yml @@ -22,7 +22,7 @@ jobs: echo "all_changed_files=$(git diff --name-only ${{ github.base_ref }} ${{ github.head_ref }} | tr '\n' ' ')" >> $GITHUB_OUTPUT - name: Use Node.js 24.x - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 24.x