From 4ef0b30a0af82bbee764bc88dfb55bed09cdf22c Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 5 Sep 2024 18:54:39 +0300 Subject: [PATCH] Triage apply \x1b error --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 09b14aa..083e1d8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -47,7 +47,7 @@ jobs: component: "foobar" stack: "plat-ue2-sandbox" atmos-config-path: ${{ runner.temp }} - atmos-version: 1.86.2 + atmos-version: 1.88.0 - uses: actions/checkout@v4 with: @@ -64,5 +64,5 @@ jobs: component: "foobar" stack: "plat-ue2-sandbox" atmos-config-path: ${{ runner.temp }} - atmos-version: 1.81.0 + atmos-version: 1.88.0 debug: true