From 83333bbcd3ea266d4efbb864602dc674f762d31b Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Thu, 4 Jul 2024 19:16:51 +0200 Subject: [PATCH] ci: Revert temporary fix for Github checkout action --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f1ba548d5..c0175bf9d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,6 @@ # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 -# Required by Github checkout action on Ubuntu 18.04-based container, -# see https://github.com/actions/checkout/issues/1590 -env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - # Run functional regression checks name: ci on: [push, pull_request]