From a99b0ce66aa9119fd5c7b2e5514732d41f38b1c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:03:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ddea61d..36a90b97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Node.js environment - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: 12.x - name: Update Brew (macOS) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9f583c2f..1d1fcf77 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -9,7 +9,7 @@ jobs: - name: Checking out Repository uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: 12.x - name: Install Dependencies