Skip to content

Commit

Permalink
chore: upgrade to opentofu/setup-opentofu v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snakster committed Jan 2, 2025
1 parent d5c08ea commit ae19148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
go-version: ${{ matrix.go }}

- uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # pin@v1
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # pin@v1.0.5
with:
tofu_version: 1.6.2
tofu_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-sync-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
go-version: ${{ matrix.go }}

- uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # pin@v1
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # pin@v1.0.5
with:
tofu_version: 1.6.2
tofu_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-sync-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: check all packages with tests are Terramate Stacks
run: ./hack/check-stacks.sh

- uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # pin@v1
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # pin@v1.0.5
with:
tofu_version: 1.6.2
tofu_wrapper: false
Expand Down

0 comments on commit ae19148

Please sign in to comment.