From 1ce5f4b01bb98b054242e8fdd8828231e0335787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:42:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.2.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ffe221..6272701 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node 20.x - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.2.0 with: node-version: 20 - name: Semantic Release