From 942e1de84482ff8123d89bbc69d0d74278b14f62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:02:04 +0000 Subject: [PATCH] Update cloudposse/github-action-setup-atmos action to v1.0.2 --- .github/workflows/feature-branch.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index 44b1140..fb5ea40 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.ref }} fetch-depth: 1 - - uses: cloudposse/github-action-setup-atmos@v1.0.0 + - uses: cloudposse/github-action-setup-atmos@1.0.2 with: atmos-version: "latest" diff --git a/action.yml b/action.yml index 1c8bb53..b0113c6 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ runs: terraform_wrapper: false - name: Install Atmos - uses: cloudposse/github-action-setup-atmos@v1.0.0 + uses: cloudposse/github-action-setup-atmos@1.0.2 env: ATMOS_CLI_CONFIG_PATH: ${{inputs.atmos-config-path}} with: