diff --git a/.github/workflows/_lint-terraform.yml b/.github/workflows/_lint-terraform.yml index a7d6eb4639..995507a455 100644 --- a/.github/workflows/_lint-terraform.yml +++ b/.github/workflows/_lint-terraform.yml @@ -27,7 +27,7 @@ jobs: id: set-terraform-version run: | TF_VERSION=$(cat .terraform-version) - echo "TF_VERSION=$TF_VERSION" >> $GITHUB_ENV + echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT - uses: hashicorp/setup-terraform@8fa54e78fa196965551aa8c4a4eae3aee5568620 # pin@v2.0.0 with: diff --git a/.github/workflows/scheduled-workspace-cleanup.yml b/.github/workflows/scheduled-workspace-cleanup.yml index 9665159419..70eec7e189 100644 --- a/.github/workflows/scheduled-workspace-cleanup.yml +++ b/.github/workflows/scheduled-workspace-cleanup.yml @@ -28,7 +28,7 @@ jobs: id: set-terraform-version run: | TF_VERSION=$(cat .terraform-version) - echo "TF_VERSION=$TF_VERSION" >> $GITHUB_ENV + echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT - uses: hashicorp/setup-terraform@8fa54e78fa196965551aa8c4a4eae3aee5568620 # pin@v2 with: