Compare commits

..

1 Commits

Author SHA1 Message Date
bot 36bc3ae046 chore(deps): update hashicorp/setup-terraform action to v4
Cog check / Create release (pull_request) Successful in 8s
2026-04-28 00:04:59 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v6 uses: docker/metadata-action@v5
with: with:
images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }} images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }}
tags: | tags: |
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
make copy-install; make copy-install;
cd ${{ github.workspace }}; cd ${{ github.workspace }};
rm -rf blackbox; rm -rf blackbox;
- uses: hashicorp/setup-terraform@v3 - uses: hashicorp/setup-terraform@v4
if: ${{ steps.check.outputs.code == 2 }} if: ${{ steps.check.outputs.code == 2 }}
with: with:
terraform_version: 1.7.5 terraform_version: 1.7.5
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: hashicorp/setup-terraform@v3 - uses: hashicorp/setup-terraform@v4
with: with:
terraform_version: 1.7.5 terraform_version: 1.7.5
cli_config_credentials_token: ${{ secrets.tf-api-token }} cli_config_credentials_token: ${{ secrets.tf-api-token }}