From a516c27f5a5fce83d6776b7edd83e513a28a1511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:43:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.5.0 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c9ab9347..2576bf59 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,7 +16,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} cache: "npm" @@ -52,7 +52,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} cache: "npm"