From 1d0651bcd5a911c4862affd3cf42292cde6fbdc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:51:52 +0000 Subject: [PATCH] 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 6bea8c9..83170dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Checking out Repository uses: actions/checkout@v2.3.3 - name: Setting up node.js - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v4.2.0 with: node-version: '12' - name: Creating new semantic version