From c8150656f736fa2fce0508993276633bf0cf7876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:28:37 +0000 Subject: [PATCH] Bump opentofu/setup-opentofu from 1.0.3 to 1.0.5 Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](https://github.com/opentofu/setup-opentofu/compare/v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gcp-full-infra-test-apply.yaml | 2 +- .github/workflows/gcp-full-infra-test-plan.yaml | 2 +- .github/workflows/testing-apply-aws-infra.yaml | 2 +- .github/workflows/testing-plan-aws-infra.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gcp-full-infra-test-apply.yaml b/.github/workflows/gcp-full-infra-test-apply.yaml index 5e74b1ef..21182eb9 100644 --- a/.github/workflows/gcp-full-infra-test-apply.yaml +++ b/.github/workflows/gcp-full-infra-test-apply.yaml @@ -52,7 +52,7 @@ jobs: install_components: "gke-gcloud-auth-plugin" - name: Set up Tofu - uses: opentofu/setup-opentofu@v1.0.3 + uses: opentofu/setup-opentofu@v1.0.5 with: tofu_wrapper: false diff --git a/.github/workflows/gcp-full-infra-test-plan.yaml b/.github/workflows/gcp-full-infra-test-plan.yaml index 4817a9c5..2e8e78ca 100644 --- a/.github/workflows/gcp-full-infra-test-plan.yaml +++ b/.github/workflows/gcp-full-infra-test-plan.yaml @@ -49,7 +49,7 @@ jobs: version: ">= 363.0.0" - name: Set up Tofu - uses: opentofu/setup-opentofu@v1.0.3 + uses: opentofu/setup-opentofu@v1.0.5 - name: Plan GCP Test Environment env: diff --git a/.github/workflows/testing-apply-aws-infra.yaml b/.github/workflows/testing-apply-aws-infra.yaml index 561f0cf4..8e5b82ca 100644 --- a/.github/workflows/testing-apply-aws-infra.yaml +++ b/.github/workflows/testing-apply-aws-infra.yaml @@ -40,7 +40,7 @@ jobs: aws-region: ${{ vars.TF_VAR_REGION }} - name: Set up Tofu - uses: opentofu/setup-opentofu@v1.0.3 + uses: opentofu/setup-opentofu@v1.0.5 with: tofu_wrapper: false diff --git a/.github/workflows/testing-plan-aws-infra.yaml b/.github/workflows/testing-plan-aws-infra.yaml index 867f7d71..1cc45dc8 100644 --- a/.github/workflows/testing-plan-aws-infra.yaml +++ b/.github/workflows/testing-plan-aws-infra.yaml @@ -62,7 +62,7 @@ jobs: cp ../tofu/terraform.tfvars ${GITHUB_WORKSPACE}/artifacts/terraform.tfvars - name: Set up Tofu - uses: opentofu/setup-opentofu@v1.0.3 + uses: opentofu/setup-opentofu@v1.0.5 # - name: Create Tofu Plugin Cache Dir # run: |