From 3f98b5f9c354a864427989e27f63dfbc2b43662d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:00:22 +0000 Subject: [PATCH] chore(deps): bump hashicorp/terraform-cdk-action from 5 to 6 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](https://github.com/hashicorp/terraform-cdk-action/compare/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] --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce2b63d..0f9ddba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8320052..ecb6209 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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