From 2d17f217fd23d140fc50ca9644447ff4554fc54c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:17:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2b5d11a..8de73b0 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -17,7 +17,7 @@ jobs: # pull all the branches and tags fetch-depth: 0 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: 14 registry-url: https://registry.npmjs.org/