From 24e2a6fb86042fb1e67a527045d6f8dea53b7d06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:22:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.0 (#1455) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9920ac11..e37261ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Use Node.js 16.x - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: cache: 'yarn' node-version: '16.x'