From 5b4e6f174e38879bf94d689f276934f638c7a4d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:30:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f27b882..135f69d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js 22.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '22.x' - run: npm ci @@ -47,7 +47,7 @@ jobs: with: persist-credentials: false - name: Use Node.js 24.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '24.x' - run: npm ci