From 69e3f8561cd77a23f1879da06f635c6b0e16eacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:25:33 +0000 Subject: [PATCH] Bump gruntwork-io/terragrunt-action from 1 to 2 Bumps [gruntwork-io/terragrunt-action](https://github.com/gruntwork-io/terragrunt-action) from 1 to 2. - [Release notes](https://github.com/gruntwork-io/terragrunt-action/releases) - [Commits](https://github.com/gruntwork-io/terragrunt-action/compare/v1...v2) --- updated-dependencies: - dependency-name: gruntwork-io/terragrunt-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 f03539db..c3650b2b 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -196,7 +196,7 @@ jobs: - name: Init id: init - uses: gruntwork-io/terragrunt-action@v1 + uses: gruntwork-io/terragrunt-action@v2 with: tf_version: ${{ inputs.TF_VERSION }} tg_version: ${{ inputs.TG_VERSION }} @@ -211,7 +211,7 @@ jobs: git config --global --list - name: Validate - uses: gruntwork-io/terragrunt-action@v1 + uses: gruntwork-io/terragrunt-action@v2 id: validate with: tf_version: ${{ inputs.TF_VERSION }} @@ -222,7 +222,7 @@ jobs: OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }} - name: Plan - uses: gruntwork-io/terragrunt-action@v1 + uses: gruntwork-io/terragrunt-action@v2 id: plan continue-on-error: true with: @@ -269,7 +269,7 @@ jobs: - name: Apply if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: gruntwork-io/terragrunt-action@v1 + uses: gruntwork-io/terragrunt-action@v2 id: apply with: tf_version: ${{ inputs.TF_VERSION }}