From 68a17595a5e16a2ce1ce640ad88e962f2927b21c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:03:26 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assets.yml b/.github/workflows/assets.yml index 3b219e89..690077c4 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -19,7 +19,7 @@ jobs: uses: "actions/checkout@v4" - name: "Using Node" - uses: "actions/setup-node@v3.8.2" + uses: "actions/setup-node@v4.0.0" - name: "Install dependencies" run: "yarn --cwd assets"