diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9691d967..c2068737 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -52,7 +52,7 @@ jobs: terraform init -input=false - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.0 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.2.0 id: upload-configuration with: organization: ${{ env.TF_CLOUD_ORGANIZATION }} @@ -62,7 +62,7 @@ jobs: speculative: false - name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.0 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.2.0 id: create-run with: organization: ${{ env.TF_CLOUD_ORGANIZATION }} @@ -72,7 +72,7 @@ jobs: plan_only: true - name: Get Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.0 + uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.2.0 id: plan-output with: organization: ${{ env.TF_CLOUD_ORGANIZATION }}