From 719f6777625c8176d3e873c2c3eba77c9a0acd8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:26:50 +0000 Subject: [PATCH] chore(deps): update hashicorp/setup-terraform action to v2.0.3 --- .github/workflows/test-infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-infrastructure.yml b/.github/workflows/test-infrastructure.yml index 433be619..5d31106d 100644 --- a/.github/workflows/test-infrastructure.yml +++ b/.github/workflows/test-infrastructure.yml @@ -11,7 +11,7 @@ jobs: working-directory: ./.aws steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - - uses: hashicorp/setup-terraform@bbe167fbdaa1a3bd046bdd70eba9dd3dddcca99c # tag=v2.0.2 + - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 with: terraform_version: 0.13.5 terraform_wrapper: false