From 83416817232b74e30628330d371dcd6b1e3c90b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:44:28 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/setup-node=20(?= =?UTF-8?q?v4.4.0=20=E2=86=92=20v5.0.0)=20(#35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8b20c36..5617840 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js Environment - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: always-auth: true node-version-file: ".nvmrc"