From 1cf287a60be77f8b15c60a5aecbdad58b5277634 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 28 Nov 2024 23:19:35 +0100 Subject: [PATCH] Reconsile with https://github.com/cloudposse/github-action-atmos-terraform-plan/pull/92 --- .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 c082b53..ec49b1d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -42,7 +42,7 @@ jobs: sed -i -e 's#__APPLY_ROLE__#${{ secrets.TERRAFORM_APPLY_ROLE }}#g' ${{ runner.temp }}/atmos.yaml - name: Plan Atmos Component - uses: cloudposse/github-action-atmos-terraform-plan@v2 + uses: cloudposse/github-action-atmos-terraform-plan@add-cache-and-azure with: component: "foobar" stack: "plat-ue2-sandbox" @@ -64,5 +64,5 @@ jobs: component: "foobar" stack: "plat-ue2-sandbox" atmos-config-path: ${{ runner.temp }} - atmos-version: 1.81.0 + atmos-version: 1.99.0 debug: true