1 Commits

Author SHA1 Message Date
8eb123be16 chore(deps): update hashicorp/setup-terraform action to v4
All checks were successful
Cog check / Create release (pull_request) Successful in 34s
2026-02-25 00:01:04 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ jobs:
make copy-install;
cd ${{ github.workspace }};
rm -rf blackbox;
- uses: opentofu/setup-opentofu@v2
- uses: opentofu/setup-opentofu@v1
if: ${{ steps.check.outputs.code == 2 }}
with:
tofu_version: ${{ inputs.tofu-version }}

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: opentofu/setup-opentofu@v2
- uses: opentofu/setup-opentofu@v1
with:
tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }}

View File

@@ -51,7 +51,7 @@ jobs:
make copy-install;
cd ${{ github.workspace }};
rm -rf blackbox;
- uses: hashicorp/setup-terraform@v3
- uses: hashicorp/setup-terraform@v4
if: ${{ steps.check.outputs.code == 2 }}
with:
terraform_version: 1.7.5

View File

@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v3
- uses: hashicorp/setup-terraform@v4
with:
terraform_version: 1.7.5
cli_config_credentials_token: ${{ secrets.tf-api-token }}