From 7ed0a7cb19efe9e351faf440d422d6b65395ed69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:16:20 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.1 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 02d323ca..8d19c305 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,7 +16,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} cache: "npm" @@ -52,7 +52,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} cache: "npm"