From ce57de668ee50da6a2846d087cf5f7ac5462c9ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:54:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 3dc5123..d36e8c7 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@v4.3.0 + uses: actions/setup-node@v6.1.0 # with: # # Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. # cache: # optional