From 5def99c9ee7f54e7a79536dd39607c13e0703150 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:14:30 +0000 Subject: [PATCH] Update GitHub Action `actions/setup-node` to v4.0.4 (#5182) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- .github/actions/warm-up-repo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/warm-up-repo/action.yml b/.github/actions/warm-up-repo/action.yml index ed93be6a988..fe9b59ec7d8 100644 --- a/.github/actions/warm-up-repo/action.yml +++ b/.github/actions/warm-up-repo/action.yml @@ -11,7 +11,7 @@ runs: using: composite steps: - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: 20 ## aligned with Node version on Vercel # cache: yarn ## Currently disabled because of frequent timeouts