From 8b606adbdadb6e662849e1b3380b8f2868759306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:50:51 +0000 Subject: [PATCH] ci(deps): Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0. - [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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/partial-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 487828e..0fb7202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: sudo chmod a+x /usr/bin/sops - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.0.0 + uses: hashicorp/setup-terraform@v3.1.0 with: cli_config_credentials_token: ${{ secrets.TERRAFORM_CLOUD_TOKEN }} diff --git a/.github/workflows/partial-deploy.yml b/.github/workflows/partial-deploy.yml index ce980ab..1198124 100644 --- a/.github/workflows/partial-deploy.yml +++ b/.github/workflows/partial-deploy.yml @@ -40,7 +40,7 @@ jobs: sudo chmod a+x /usr/bin/sops - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.0.0 + uses: hashicorp/setup-terraform@v3.1.0 with: cli_config_credentials_token: ${{ secrets.terraform_token }}