From d8499b62eada5b6a54068aea18b368153c1b137e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:10:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/actions/setup-project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index c06556f4..585a676f 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -7,7 +7,7 @@ runs: uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4 - name: 'Setup Node' - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: node-version-file: '.nvmrc' cache: 'yarn'