From 0ddc810c15bd261d50025ea49dd41f0cf1551f7f Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 10 Jan 2024 23:34:43 +0300 Subject: [PATCH] Pin atmos install action to `v1.1.0` (#23) * Pin atmos install action to `v1.1.0` * Update action.yml * Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3090921..77682e9 100644 --- a/action.yml +++ b/action.yml @@ -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