From 3f8efaacc7fe38f79e014464a465d2b1227fe370 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:05:24 +0000 Subject: [PATCH] Update actions/setup-node action to v3.9.1 --- .github/workflows/rebuild_dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild_dist.yml b/.github/workflows/rebuild_dist.yml index 0aeafd7..3afc09d 100644 --- a/.github/workflows/rebuild_dist.yml +++ b/.github/workflows/rebuild_dist.yml @@ -13,7 +13,7 @@ jobs: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - - uses: actions/setup-node@v3.5.1 + - uses: actions/setup-node@v3.9.1 with: cache: 'npm' node-version-file: '.nvmrc'