From b3ad0b85f38919c4e68d52dbb6e96ea8eca9f0fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:01:39 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/pages.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index eeaa5d5..a058c31 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js 18.x (LTS) - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18.x cache: "npm" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d778fd6..4122415 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js 18.x (LTS) - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18.x cache: "npm"