Skip to content

Commit

Permalink
Merge pull request #648 from ministryofjustice/renovate-hashicorp-set…
Browse files Browse the repository at this point in the history
…up-terraform-digest

Renovate Update hashicorp/setup-terraform digest to 3235006
  • Loading branch information
jamesrwarren authored Jul 8, 2024
2 parents 56f5076 + 9fa94dd commit da829d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
terraform_directory: terraform/${{ inputs.terraform_path }}

- uses: hashicorp/setup-terraform@c5b46f3a2076045773780eb458c4c05f8869043d # [email protected]
- uses: hashicorp/setup-terraform@3235006f3a5bc0e29fb49e41401c5bff62c4d885 # [email protected]
with:
terraform_version: ${{ steps.terraform_version.outputs.version }}
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-workspace-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
terraform_directory: terraform/environment

- uses: hashicorp/setup-terraform@c5b46f3a2076045773780eb458c4c05f8869043d # [email protected]
- uses: hashicorp/setup-terraform@3235006f3a5bc0e29fb49e41401c5bff62c4d885 # [email protected]
with:
terraform_version: ${{ steps.terraform_version.outputs.version }}
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-destroy-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
terraform_directory: terraform/environment

- uses: hashicorp/setup-terraform@c5b46f3a2076045773780eb458c4c05f8869043d # [email protected]
- uses: hashicorp/setup-terraform@3235006f3a5bc0e29fb49e41401c5bff62c4d885 # [email protected]
with:
terraform_version: ${{ steps.terraform_version.outputs.version }}
terraform_wrapper: false
Expand Down

0 comments on commit da829d9

Please sign in to comment.