From cecea909745454625cba7e418248b7011ad1242b Mon Sep 17 00:00:00 2001 From: Mark Rogoyski Date: Mon, 26 Feb 2024 17:18:12 -0800 Subject: [PATCH] Update Github Actions. --- .github/workflows/test_other_branches.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_other_branches.yml b/.github/workflows/test_other_branches.yml index 8355ad9..daf4e0f 100644 --- a/.github/workflows/test_other_branches.yml +++ b/.github/workflows/test_other_branches.yml @@ -22,12 +22,12 @@ jobs: tools: composer:v2 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0