From 23c502386bf7c51649476e1b04bdf75e1e0a2ebe Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Fri, 27 Sep 2024 09:38:10 -0400 Subject: [PATCH] ci: use `hashicorp/setup-terraform` in resource-counts workflow --- .github/workflows/resource-counts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/resource-counts.yml b/.github/workflows/resource-counts.yml index 5abe6ce0dea..200f2c095a9 100644 --- a/.github/workflows/resource-counts.yml +++ b/.github/workflows/resource-counts.yml @@ -19,6 +19,10 @@ jobs: installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }} private_key: ${{secrets.APP_PEM }} - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd + with: + terraform_version: ${{ env.TERRAFORM_VERSION }} + terraform_wrapper: false - run: | touch main.tf cat << EOF > main.tf