From c2f8cd941448225a8a68411eb68f16ceb74cabd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 05:11:08 +0000 Subject: [PATCH] Update actions/setup-node action to v4.0.2 --- .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 2d55b23d..0f69e9a9 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -19,7 +19,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Using Node" - uses: "actions/setup-node@v4.0.1" + uses: "actions/setup-node@v4.0.2" - name: "Install dependencies" run: "yarn --cwd assets"