From 250c19312519f77c53b15af9866db74f0b539ee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:04:44 +0000 Subject: [PATCH] Update actions/setup-node action to v3.8.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 60da5a2c..3b219e89 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.1" + uses: "actions/setup-node@v3.8.2" - name: "Install dependencies" run: "yarn --cwd assets"