From 695e190e377f9423f630464a122964cb1f440f67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:30:06 +0000 Subject: [PATCH] chore: update actions/setup-node action to v6.4.0 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5313bd1c..d133c421 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: cache: "npm" node-version-file: ".nvmrc"