From b6b3047aa714080c7ef1f36194b567d8a50533de Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 24 Dec 2024 00:12:11 +0100 Subject: [PATCH] Use atmos version pin everywhere --- .github/workflows/shared-terraform-chatops.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shared-terraform-chatops.yml b/.github/workflows/shared-terraform-chatops.yml index d76665a..08a8521 100644 --- a/.github/workflows/shared-terraform-chatops.yml +++ b/.github/workflows/shared-terraform-chatops.yml @@ -82,6 +82,7 @@ jobs: test_skip_concurrency: ${{ steps.properties.outputs.test-skip-concurrency }} test_needs_aws: ${{ steps.properties.outputs.test-needs-aws }} test_needs_fixtures: ${{ steps.properties.outputs.test-needs-fixtures }} + atmos_version: 1.129.0 ack: if: github.event.comment.id != '' @@ -235,7 +236,7 @@ jobs: uses: cloudposse/github-action-setup-atmos@v2 with: install-wrapper: false - version: 1.129.0 + atmos-version: ${{ needs.context.outputs.atmos_version }} - name: "Install Go" uses: actions/setup-go@v5 @@ -425,6 +426,7 @@ jobs: uses: cloudposse/github-action-setup-atmos@v2 with: install-wrapper: false + atmos-version: ${{ needs.context.outputs.atmos_version }} - name: "Install Go" uses: actions/setup-go@v5 @@ -633,6 +635,7 @@ jobs: uses: cloudposse/github-action-setup-atmos@v2 with: install-wrapper: false + atmos-version: ${{ needs.context.outputs.atmos_version }} - name: "Install Go" uses: actions/setup-go@v5