diff --git a/.github/workflows/templates.terraform.pull_requests.lint.yaml b/.github/workflows/templates.terraform.pull_requests.lint.yaml index 166ec9c..79570bd 100644 --- a/.github/workflows/templates.terraform.pull_requests.lint.yaml +++ b/.github/workflows/templates.terraform.pull_requests.lint.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1 with: terraform_version: ${{ inputs.terraform_version }} - name: Pre-hook Terraform workflow diff --git a/.github/workflows/templates.terraform.pull_requests.plan.yaml b/.github/workflows/templates.terraform.pull_requests.plan.yaml index fc28959..0b57627 100644 --- a/.github/workflows/templates.terraform.pull_requests.plan.yaml +++ b/.github/workflows/templates.terraform.pull_requests.plan.yaml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1 with: terraform_version: ${{ inputs.terraform_version }} - name: Pre-hook Terraform workflow