From f6aef77696f0f3d338b401aaff6bb3aca90266de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:54:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/monorepo-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monorepo-pipeline.yml b/.github/workflows/monorepo-pipeline.yml index 3bc8e4f0..eddb927c 100644 --- a/.github/workflows/monorepo-pipeline.yml +++ b/.github/workflows/monorepo-pipeline.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}