From 057bfb6dfc9a38b0cd76b0d28cbfc48c40f05338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:24:30 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 2 to 3 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ensure-uptime-checks.yaml | 2 +- .github/workflows/terraform-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ensure-uptime-checks.yaml b/.github/workflows/ensure-uptime-checks.yaml index 6ad62654c6..8c72a83cfc 100644 --- a/.github/workflows/ensure-uptime-checks.yaml +++ b/.github/workflows/ensure-uptime-checks.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 # Uptime checks are set up and managed via terraform - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 # We use sops to store encrypted GCP ServiceAccount Key that terraform uses # to run, as well as PagerDuty config terraform uses diff --git a/.github/workflows/terraform-lint.yaml b/.github/workflows/terraform-lint.yaml index 77776e8ff9..5553bdae78 100644 --- a/.github/workflows/terraform-lint.yaml +++ b/.github/workflows/terraform-lint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 - uses: terraform-linters/setup-tflint@v4 - name: Run terraform linter run: |