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: