From cde5871c4c958ad5d0776001f76a1bdaa3be0330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:12:59 +0000 Subject: [PATCH] chore: update actions/setup-node action to v4.0.4 (#697) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 132cf45..064bf3c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Use node - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: cache: "npm" node-version-file: ".nvmrc"