Update .gitea/workflows/tf-plan.yml

This commit is contained in:
2024-03-19 13:06:09 +02:00
parent a8e817ae1e
commit d2fcbf20a8

View File

@@ -23,7 +23,7 @@ jobs:
steps:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.7
terraform_version: 1.7.5
cli_config_credentials_token: ${{ secrets.tf-api-token }}
- name: Clone repo
uses: actions/checkout@v4