Skip to content

Commit d146f9a

Browse files
Update dependency hashicorp/terraform to v1.9.5
1 parent 4bb44b2 commit d146f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tf-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
env:
1414
# renovate: datasource=github-releases depName=hashicorp/terraform
15-
TERRAFORM_VERSION: "1.9.3"
15+
TERRAFORM_VERSION: "1.9.5"
1616
TF_HTTP_PASSWORD: ${{ github.token }}
1717
TF_IN_AUTOMATION: "true"
1818
TF_CLI_ARGS: -input=false

.github/workflows/tf-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
checks: write
1717
env:
1818
# renovate: datasource=github-releases depName=hashicorp/terraform
19-
TERRAFORM_VERSION: "1.9.3"
19+
TERRAFORM_VERSION: "1.9.5"
2020
TF_HTTP_PASSWORD: ${{ github.token }}
2121
TF_IN_AUTOMATION: "true"
2222
TF_CLI_ARGS: "-input=false"

0 commit comments

Comments
 (0)