From 6112a5e4602b7fe5b95fbdf7dac5449a4abb7401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:50:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.7.0 --- .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 04ccb6ad..4cd7f9b4 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@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} cache: "npm" @@ -42,7 +42,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} cache: "npm"