Skip to content

Commit

Permalink
feat: Migrated to use opentofu/setup-opentofu (#11)
Browse files Browse the repository at this point in the history
- Replace `kislerdm/setup-opentofu@main` with `opentofu/setup-opentofu`,
which is officially supported and maintained

---------

Co-authored-by: actions-python-ci[bot] <147721807+actions-python-ci[bot]@users.noreply.github.com>
  • Loading branch information
sudosubin and actions-python-ci[bot] authored Oct 19, 2023
1 parent 27b5732 commit d159ec9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opentofu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: kislerdm/setup-opentofu@main
- uses: opentofu/setup-opentofu@v1.0.0
with:
tofu_version: 1.6.0-alpha2
tofu_wrapper: "false"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opentofu-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: kislerdm/setup-opentofu@main
- uses: opentofu/setup-opentofu@v1.0.0
with:
tofu_version: 1.6.0-alpha2
tofu_wrapper: "false"
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: kislerdm/setup-opentofu@main
- uses: opentofu/setup-opentofu@v1.0.0
with:
tofu_version: 1.6.0-alpha2
tofu_wrapper: "false"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opentofu-tfcmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
app-id: ${{ secrets.ACTIONS_PYTHON_CI_APP_ID }}
private-key: ${{ secrets.ACTIONS_PYTHON_CI_APP_PEM_FILE }}

- uses: kislerdm/setup-opentofu@main
- uses: opentofu/setup-opentofu@v1.0.0
with:
cli_config_credentials_token: ${{ secrets.APP_TERRAFORM_IO_TOKEN }}
tofu_version: 1.6.0-alpha2
Expand Down

0 comments on commit d159ec9

Please sign in to comment.