From 13846dabe6704652bf4ab6832bfcce28c3131c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:03:06 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/actions/yarn-install/action.yaml | 2 +- .github/workflows/cypress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/yarn-install/action.yaml b/.github/actions/yarn-install/action.yaml index 157fb07e8ae..fc73a06f33b 100644 --- a/.github/actions/yarn-install/action.yaml +++ b/.github/actions/yarn-install/action.yaml @@ -4,7 +4,7 @@ runs: using: "composite" steps: - name: 'Setting up Node' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: "Getting yarn cache directory path" id: yarn-cache-dir-path diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0664c04dbb8..e0fb7700baa 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 - name: Get yarn cache directory path working-directory: frontend