From 38ebfc934512c6561909d6d3f692c63a375bd2ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:35:19 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.2.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 9c9134b8f..0988533d3 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.1.0 + uses: actions/setup-node@v4.2.0 with: check-latest: true node-version: ${{ env.NODE_JS_VERSION }}