From aea2892c0bfdace74316568d4da436ed9ba027b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:36:01 -0400 Subject: [PATCH] chore(deps): bump actions/setup-node from 3 to 4 (#699) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nx-affected-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nx-affected-e2e.yml b/.github/workflows/nx-affected-e2e.yml index fa42e0f93..f8bfb4446 100644 --- a/.github/workflows/nx-affected-e2e.yml +++ b/.github/workflows/nx-affected-e2e.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn'