From 3ec130818ab7da2d796c0587e2ccd62b3cf70ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:41:58 -0400 Subject: [PATCH] Bump actions/setup-node from 3 to 4 (#949) Dependabot couldn't find the original pull request head commit, 693b4520f02744835209865019ddb4589358c21c. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05dfc443142..b71b843f86c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js 18.14.0 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.14.0 cache: yarn