From 9c34a9c774977265cce82fbb93b7112a9cb12870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:24:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index e3ee4a5..aef4fa8 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -48,7 +48,7 @@ jobs: path: ${{ inputs.repository }} fetch-depth: 0 token: ${{ secrets.GH_TOKEN }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: renovate-config/.nvmrc - working-directory: ${{ inputs.repository }}