From 7209d7bbc44202942d8fe644e33579a321beef98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 02:24:09 +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 ce54145d..4175871d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -97,7 +97,7 @@ jobs: - name: Install Node if: ${{ !matrix.docker }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} architecture: ${{ matrix.arch }} @@ -163,7 +163,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.node }}-${{ matrix.arch }}-${{ hashFiles('package.json') }} - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} architecture: ${{ matrix.arch }}