From a1bc0f91c513d6fb95565358bc3f0ce974b33f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:43:55 +0000 Subject: [PATCH] chore: update actions/setup-node action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f63ab0f..e9f8b2fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: Start MongoDB Ubuntu @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js 16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: 16 - name: Bootstrap project @@ -99,7 +99,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: 16 - name: Bootstrap project