From de9083cf0a6935bd291d9f7496fbddf8ee5ee682 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:30:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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 ac86648..1d60c8b 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -89,7 +89,7 @@ jobs: version: 6.15.1 - name: Use Node v16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: v16 registry-url: https://registry.npmjs.org/