From c12a70f5534fad36cad1784bcbb30ff93f5dce74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:29:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/pr-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-to-main.yml b/.github/workflows/pr-to-main.yml index 7110809b..04801dbb 100644 --- a/.github/workflows/pr-to-main.yml +++ b/.github/workflows/pr-to-main.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 16 cache: yarn