From 83610723bb32196f24d5880eca9cd59951b17c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:27:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.1.0 --- .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 9dbf5197ac7..7167f9b02dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Use Node.js 20.x - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: cache: 'yarn' node-version: '20.x'