Skip to content

Commit 4922856

Browse files
Bump hashicorp/setup-terraform from 2 to 3 (#32)
* Bump hashicorp/setup-terraform from 2 to 3 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci workflow trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent e20e891 commit 4922856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout code
3535
uses: actions/checkout@v4
3636
- name: Setup Terraform
37-
uses: hashicorp/setup-terraform@v2
37+
uses: hashicorp/setup-terraform@v3
3838
with:
3939
terraform_version: ${{ matrix.tf-version }}
4040
- name: Terraform Init

.github/workflows/tfsec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Clone repo
3636
uses: actions/checkout@v4
3737
- name: Setup Terraform
38-
uses: hashicorp/setup-terraform@v2
38+
uses: hashicorp/setup-terraform@v3
3939
- name: example Remote Validate
4040
run: |
4141
cd examples/remote

0 commit comments

Comments
 (0)