From 1a2964c965231c37cedab5f96ae70f179be77afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:35:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/prepare.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 71789de..73c7fe1 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ steps.get-token.outputs.token }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: '*' cache: 'npm' diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d0e1ab1..d586c36 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,7 +24,7 @@ jobs: - name: Git checkout uses: actions/checkout@v3 - name: Using Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'npm'