From a3a30e09d83b3d7eff0dcd74d0e306a03a4eaca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:19:07 +0000 Subject: [PATCH] Bump dflook/terraform-plan from 1.36.2 to 1.37.0 Bumps [dflook/terraform-plan](https://github.com/dflook/terraform-plan) from 1.36.2 to 1.37.0. - [Release notes](https://github.com/dflook/terraform-plan/releases) - [Commits](https://github.com/dflook/terraform-plan/compare/e047f3fa83b945d582e0b468f4ef3c22c03e070d...565c93ef17640e3cee13fb9148793db3697dd412) --- updated-dependencies: - dependency-name: dflook/terraform-plan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-eks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-eks.yml b/.github/workflows/terraform-eks.yml index 031a2dca2..4beb29c5d 100644 --- a/.github/workflows/terraform-eks.yml +++ b/.github/workflows/terraform-eks.yml @@ -102,7 +102,7 @@ jobs: key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate - name: Terraform plan - uses: dflook/terraform-plan@e047f3fa83b945d582e0b468f4ef3c22c03e070d # v1.36.2 + uses: dflook/terraform-plan@565c93ef17640e3cee13fb9148793db3697dd412 # v1.37.0 if: github.event_name == 'pull_request' with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}