diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 4990e063bc..e59658644a 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -182,7 +182,7 @@ jobs: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} TF_STATE_POSTGRES_CONN_STR: ${{ secrets.TF_STATE_POSTGRES_CONN_STR }} working-directory: 'deployment/modules/cloudflare/docs' - run: 'mise run tf output -json' + run: 'mise run tf output -- -json' - name: Output Cleaning id: clean diff --git a/.github/workflows/docs-destroy.yml b/.github/workflows/docs-destroy.yml index b9bc359393..d60b148d8c 100644 --- a/.github/workflows/docs-destroy.yml +++ b/.github/workflows/docs-destroy.yml @@ -36,7 +36,7 @@ jobs: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} TF_STATE_POSTGRES_CONN_STR: ${{ secrets.TF_STATE_POSTGRES_CONN_STR }} working-directory: 'deployment/modules/cloudflare/docs' - run: 'mise run tf destroy -refresh=false' + run: 'mise run tf destroy -- -refresh=false' - name: Comment uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3.2.0 diff --git a/mise.toml b/mise.toml index b60718f3ae..d3af8bfeb9 100644 --- a/mise.toml +++ b/mise.toml @@ -2,8 +2,8 @@ node = "22.20.0" flutter = "3.35.6" pnpm = "10.18.1" -terragrunt = "0.58.12" -opentofu = "1.7.1" +terragrunt = "0.91.2" +opentofu = "1.10.6" [tools."github:CQLabs/homebrew-dcm"] version = "1.30.0"