From 285ae3f95ba9603b49b7ece142e61eaa85181d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:27:00 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46dbb005..8c72845b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: with: python-version: 3.9 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 @@ -103,7 +103,7 @@ jobs: with: python-version: 3.9 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18