diff --git a/.github/workflows/terraform-deploy.yaml b/.github/workflows/terraform-deploy.yaml index 79aef9a..df72073 100644 --- a/.github/workflows/terraform-deploy.yaml +++ b/.github/workflows/terraform-deploy.yaml @@ -37,12 +37,12 @@ concurrency: jobs: deploy: - uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3 + uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@0b99965b059e6a266c24d0cc15e29cacb2174982 with: github_owner: ${{ github.repository_owner }} # Renovate keeps this in lockstep with the uses: SHA above. # renovate: depName=nwarila-platform/github-terraform-framework packageName=nwarila-platform/github-terraform-framework currentValue=main - framework_ref: f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3 + framework_ref: 0b99965b059e6a266c24d0cc15e29cacb2174982 # renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?.*)$ versioning=hashicorp terraform_version: "1.15.4" private_repos_files: ${{ vars.PRIVATE_REPOS_FILES }}