Skip to content

Commit

Permalink
Use atmos version pin everywhere (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 23, 2024
1 parent f64e30d commit e987964
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e987964

Please sign in to comment.