diff --git a/.github/workflows/pull-request-plan-production.yml b/.github/workflows/pull-request-plan-production.yml index f2f8551..ded1242 100644 --- a/.github/workflows/pull-request-plan-production.yml +++ b/.github/workflows/pull-request-plan-production.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-plan-only.yml@0.10.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-plan-only.yml@0.14.2 with: git_branch: ${{ github.head_ref }} tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}