Skip to content

Commit

Permalink
Pin atmos install action to v1.1.0 (#23)
Browse files Browse the repository at this point in the history
* Pin atmos install action to `v1.1.0`

* Update action.yml

* Update action.yml
  • Loading branch information
goruha authored Jan 10, 2024
1 parent f90932f commit 0ddc810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
terraform_version: ${{ steps.config.outputs.terraform-version }}

- if: ${{ inputs.install-atmos == 'true' }}
uses: cloudposse/github-action-setup-atmos@v1.0.0
uses: cloudposse/github-action-setup-atmos@v1
with:
atmos-version: ${{ steps.config.outputs.atmos-version }}
install-wrapper: false
Expand Down

0 comments on commit 0ddc810

Please sign in to comment.