Skip to content

Commit

Permalink
chore(deps): bump hashicorp/terraform-cdk-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [hashicorp/terraform-cdk-action](https://github.com/hashicorp/terraform-cdk-action) from 5 to 6.
- [Release notes](https://github.com/hashicorp/terraform-cdk-action/releases)
- [Commits](hashicorp/terraform-cdk-action@v5...v6)

---
updated-dependencies:
- dependency-name: hashicorp/terraform-cdk-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent cdabfdc commit 3f98b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- run: npx cdktf-cli get

- uses: hashicorp/terraform-cdk-action@v5
- uses: hashicorp/terraform-cdk-action@v6
with:
cdktfVersion: 0.20.9
terraformVersion: 1.9.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 20
- run: npx cdktf-cli get
- uses: hashicorp/terraform-cdk-action@v5
- uses: hashicorp/terraform-cdk-action@v6
with:
cdktfVersion: 0.20.9
terraformVersion: 1.9.5
Expand Down

0 comments on commit 3f98b5f

Please sign in to comment.