From fcdfec70f201b5466100bc3f2d5090d8351cc59d Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Wed, 7 Feb 2024 14:30:02 -0300 Subject: [PATCH] fix action after upgrade --- .github/workflows/iac.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 76bd9403..39d7233d 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -161,7 +161,7 @@ jobs: - name: Init id: init - uses: gruntwork-io/terragrunt-action@v2.0.0 + uses: lucasmellos/terragrunt-action@main with: tf_version: 1.5.7 tg_version: 0.54.12 @@ -176,7 +176,7 @@ jobs: git config --global --list - name: Validate - uses: gruntwork-io/terragrunt-action@v2.0.0 + uses: lucasmellos/terragrunt-action@main id: validate with: tf_version: 1.5.7 @@ -187,7 +187,7 @@ jobs: OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }} - name: Plan - uses: gruntwork-io/terragrunt-action@v2.0.0 + uses: lucasmellos/terragrunt-action@main id: plan with: tf_version: 1.5.7 @@ -237,7 +237,7 @@ jobs: - name: Apply if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: gruntwork-io/terragrunt-action@v2.0.0 + uses: lucasmellos/terragrunt-action@main id: apply with: tf_version: 1.5.7