From 7a33f2af6024c4c20bbcddf9fea27a6a6da4292f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:05:06 +0000 Subject: [PATCH] chore(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.1.2 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2.0.3 to 3.1.2. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/633666f66e0061ca3b725c73b2ec20cd13a8fdd1...b9cd54a3c349d3f38e8881555d616ced269862dd) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/apply.yml | 2 +- .github/workflows/clean.yml | 2 +- .github/workflows/fix.yml | 2 +- .github/workflows/plan.yml | 4 ++-- .github/workflows/sync.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index c7c1c65..8de5da2 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -67,7 +67,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.2.9 terraform_wrapper: false diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 08e5f5c..00bd852 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.2.9 terraform_wrapper: false diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 8a8a1cd..dc83442 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -93,7 +93,7 @@ jobs: git fetch origin "pull/${NUMBER}/head" rm -rf github && git checkout "${SHA}" -- github - name: Setup terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.2.9 terraform_wrapper: false diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 24baecf..0131246 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -80,7 +80,7 @@ jobs: git fetch origin "pull/${NUMBER}/head" rm -rf github && git checkout "${SHA}" -- github - name: Setup terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.2.9 terraform_wrapper: false @@ -122,7 +122,7 @@ jobs: git fetch origin "pull/${NUMBER}/head" rm -rf github && git checkout "${SHA}" -- github - name: Setup terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.2.9 terraform_wrapper: false diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 49006ef..dd5f697 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -65,7 +65,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.2.9 terraform_wrapper: false