From e5bb7eccfd93022b52d69dcba63831c3d8b09434 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Wed, 4 Sep 2024 16:36:08 -0700 Subject: [PATCH] fix(ci): usage of `a deprecated Node.js version` --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4e3de7826f2dd..343b1ba87c820 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -91,7 +91,7 @@ jobs: ) timeout-minutes: 90 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: "recursive"