From f086827963c568ddf82d8d391162aed97575f709 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 15 May 2023 20:36:45 +0200 Subject: [PATCH] GHActions: Bump the default CX version --- .github/workflows/build_and_deploy_ext2_img.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy_ext2_img.yml b/.github/workflows/build_and_deploy_ext2_img.yml index 7d26cf9..10b59ab 100644 --- a/.github/workflows/build_and_deploy_ext2_img.yml +++ b/.github/workflows/build_and_deploy_ext2_img.yml @@ -29,7 +29,7 @@ on: type: string description: Version of CX to use. required: true - default: "20230419" + default: "20230515_78" LOGIN_UID: type: string