From a5bee0cfe065a99e8f0cad07cd28acca5b130d0b Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 10 Jan 2024 23:34:38 +0300 Subject: [PATCH] Pin atmos setup action (#21) --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 9903626..f98c7a2 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -19,7 +19,7 @@ jobs: - name: Setup terraform uses: hashicorp/setup-terraform@v2 - name: Setup atmos - uses: cloudposse/github-action-setup-atmos@1.0.2 + uses: cloudposse/github-action-setup-atmos@v1 with: install-wrapper: false - name: Checkout