From 0f6525cd7da1375f0db035f17af23c36e1fb7782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:51:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdc8cc4b400..b7545bef30e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Use Node.js 20.x - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v3.8.2 with: cache: 'yarn' node-version: '20.x'