From 817ae614c6f87896d2c31c8442101ddb7ac657be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:30:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/nodejs-16.yml | 2 +- .github/workflows/pkg.pr.new.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs-16.yml b/.github/workflows/nodejs-16.yml index a1c31fa1..081587cd 100644 --- a/.github/workflows/nodejs-16.yml +++ b/.github/workflows/nodejs-16.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '16.x' - run: npm install diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index ebe7c34d..8af2f092 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 20