Skip to content

Commit

Permalink
chore(deps): update hashicorp/terraform-cdk-action action to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 59027f0 commit 6536d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdktf-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
TERRAFORM_CLOUD_TOKEN: ${{ steps.fetch-terraform-cloud-token.outputs.TERRAFORM_CLOUD_TOKEN }}
run: yarn get
- name: Run Terraform CDK
uses: hashicorp/terraform-cdk-action@e67d4be7b1f0a2c48c7e4a39b21010a6b130a21d # v0.2.1
uses: hashicorp/terraform-cdk-action@b4d07d8dabe30c9b40cced97871b078b341e176b # v0.3.0
with:
terraformVersion: ${{ env.TERRAFORM_VERSION }}
cdktfVersion: ${{ env.CDKTF_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cdktf-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
TERRAFORM_CLOUD_TOKEN: ${{ steps.fetch-terraform-cloud-token.outputs.TERRAFORM_CLOUD_TOKEN }}
run: yarn get
- name: Run Terraform CDK
uses: hashicorp/terraform-cdk-action@e67d4be7b1f0a2c48c7e4a39b21010a6b130a21d # v0.2.1
uses: hashicorp/terraform-cdk-action@b4d07d8dabe30c9b40cced97871b078b341e176b # v0.3.0
with:
terraformVersion: ${{ env.TERRAFORM_VERSION }}
cdktfVersion: ${{ env.CDKTF_VERSION }}
Expand Down

0 comments on commit 6536d6e

Please sign in to comment.