Skip to content

Commit 9058910

Browse files
Bump hashicorp/setup-terraform in the github-actions-deps group
Bumps the github-actions-deps group with 1 update: [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform). Updates `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 dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a42d59 commit 9058910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Setup Terraform
31-
uses: hashicorp/setup-terraform@v2
31+
uses: hashicorp/setup-terraform@v3
3232
with:
3333
terraform_version: '1.10.3'
3434
- name: Format Terraform

0 commit comments

Comments
 (0)