Skip to content

Commit ff035fd

Browse files
Bump hashicorp/setup-terraform from 3 to 4 (#250)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3 to 4. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v3...v4) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1661a3 commit ff035fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
credentials_json: ${{ secrets.GCP_SA_KEY }}
3232

3333
- name: Set up Terraform
34-
uses: hashicorp/setup-terraform@v3
34+
uses: hashicorp/setup-terraform@v4
3535

3636
- name: Initialize Terraform
3737
run: |

0 commit comments

Comments
 (0)