From 11d7334b9c09c64db83d194620f1ed0d4f3b63f0 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 10 Jan 2024 22:45:27 +0300 Subject: [PATCH] Pin atmos setup action --- .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