From 25550c4e754e9c21e19333a780ce2b393b0909fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 04:00:21 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 2942e0d..e627f41 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: atom_channel: [stable, beta] steps: - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 12 architecture: x64 @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: UziTech/action-setup-atom@v1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: "14.x" - name: NPM install