From 7774a3d44b03cdebb79396ebffeb10eed65d7b3c Mon Sep 17 00:00:00 2001 From: Dave Simpson <45690499+davegarthsimpson@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:25:09 +0200 Subject: [PATCH] Revert "[test] override node version of checkout" This reverts commit 33ad7929024acfb602cb74e95c783882f701cc47. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b1050057..e38211dda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -312,8 +312,6 @@ jobs: # actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container. if: fromJSON(matrix.config.container) != null uses: actions/checkout@v3 - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - name: Install Node.js if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'