From e1a2434a39c2aed4cf98fc7c2341128836aa1ae1 Mon Sep 17 00:00:00 2001 From: Christian Medders - Bixal <88721460+clmedders@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:09:16 -0500 Subject: [PATCH] VOTE-715 update to external link test to staging branch and upgrade to setup-node v4 (#969) --- .github/workflows/cypress-external-links-cron-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-external-links-cron-workflow.yml b/.github/workflows/cypress-external-links-cron-workflow.yml index 04a46df4f..a80894570 100644 --- a/.github/workflows/cypress-external-links-cron-workflow.yml +++ b/.github/workflows/cypress-external-links-cron-workflow.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout code on main. uses: actions/checkout@v4 with: - ref: master + ref: staging - name: Install node.js. - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18'