From 2f3ce3347c0f6e4663fefdb8bed3e5c572c5cd81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:15:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.5.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7241f64..08b5001 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cd89ea..2426505 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: ${{ matrix.node-version }} cache: npm