From 72d61ac9b3c84557ad24c121d9985c13af23d660 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Wed, 10 Jul 2024 11:59:48 -0400 Subject: [PATCH] Fix checkout action failure (#650) Signed-off-by: Craig Perkins --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4719543b..0707644b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,10 @@ jobs: # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root + # Allow using Node16 actions + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + steps: - name: Checkout job-scheduler uses: actions/checkout@v2