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'