From 287ad634a37c6132e80de0b97e5b46fcb2d1f421 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 13 Mar 2023 15:17:22 -0400 Subject: [PATCH] Update GHA build for Node 12 deprecation --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 92b256e7beb..b1ae3a5accb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install clang++ @@ -47,7 +47,7 @@ jobs: fail-fast: false steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install clang++