From 660cead6bc2b57bd6d99e712c47f6ee436974f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:57:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/pr-to-dev.yml | 2 +- .github/workflows/pr-to-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-to-dev.yml b/.github/workflows/pr-to-dev.yml index 5767ac0c..f88173c1 100644 --- a/.github/workflows/pr-to-dev.yml +++ b/.github/workflows/pr-to-dev.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 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