diff --git a/.github/workflows/deploy-cdktf-stacks.yml b/.github/workflows/deploy-cdktf-stacks.yml index 3c02c9a..b9f9705 100644 --- a/.github/workflows/deploy-cdktf-stacks.yml +++ b/.github/workflows/deploy-cdktf-stacks.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Setup Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 with: terraform_version: 1.8.5 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} diff --git a/.github/workflows/diff-cdktf-stacks.yml b/.github/workflows/diff-cdktf-stacks.yml index f5500d7..8c9c353 100644 --- a/.github/workflows/diff-cdktf-stacks.yml +++ b/.github/workflows/diff-cdktf-stacks.yml @@ -33,7 +33,7 @@ jobs: repository: ${{ inputs.repository }} - name: Setup Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 with: terraform_version: 1.8.5 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }}