Skip to content

Commit

Permalink
Bump opentofu/setup-opentofu from 1.0.3 to 1.0.5
Browse files Browse the repository at this point in the history
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](opentofu/setup-opentofu@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 1c68e92 commit c815065
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcp-full-infra-test-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
install_components: "gke-gcloud-auth-plugin"

- name: Set up Tofu
uses: opentofu/[email protected].3
uses: opentofu/[email protected].5
with:
tofu_wrapper: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-full-infra-test-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version: ">= 363.0.0"

- name: Set up Tofu
uses: opentofu/[email protected].3
uses: opentofu/[email protected].5

- name: Plan GCP Test Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-apply-aws-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
aws-region: ${{ vars.TF_VAR_REGION }}

- name: Set up Tofu
uses: opentofu/[email protected].3
uses: opentofu/[email protected].5
with:
tofu_wrapper: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-plan-aws-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cp ../tofu/terraform.tfvars ${GITHUB_WORKSPACE}/artifacts/terraform.tfvars
- name: Set up Tofu
uses: opentofu/[email protected].3
uses: opentofu/[email protected].5

# - name: Create Tofu Plugin Cache Dir
# run: |
Expand Down

0 comments on commit c815065

Please sign in to comment.