From 1ee56ea393403b97f66fd014aaebb400a960f140 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:49:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/studio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/studio.yml b/.github/workflows/studio.yml index 366776c..c8dbf9f 100644 --- a/.github/workflows/studio.yml +++ b/.github/workflows/studio.yml @@ -52,7 +52,7 @@ jobs: with: version: 8 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: version: ${{ matrix.node }} cache: ${{ steps.pkgman.outputs.cache }}