From 493b7528760a6eac1eb5b770c7139428145c9885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:35:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.3.0 --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index f860ab2..b0057ee 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: uv sync --all-extras - name: Setup Node.js environment - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 - name: Install basedpyright globally run: npm install -g basedpyright