From ee8a7a6f61f84f0ce9e121128f866d9fd5b2f383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:28:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.3.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 003b32329..15e3e4a41 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: submodules: recursive - name: Setup Node.js with npm - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: check-latest: true node-version: ${{ env.NODE_JS_VERSION }}