From b4e1e94ed4039ca67bf3efb25fc8a00d927c1a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:11:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ts.yml b/.github/workflows/ts.yml index b6bc9d04..3185053c 100644 --- a/.github/workflows/ts.yml +++ b/.github/workflows/ts.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v6 with: node-version: '12.x' - name: Install dependencies