chore(deps): update opentofu/setup-opentofu action to v2 #32

Open
bot wants to merge 1 commits from renovate/opentofu-setup-opentofu-2.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bdbec54469 - Show all commits

View File

@@ -56,7 +56,7 @@ jobs:
make copy-install;
cd ${{ github.workspace }};
rm -rf blackbox;
- uses: opentofu/setup-opentofu@v1
- uses: opentofu/setup-opentofu@v2
if: ${{ steps.check.outputs.code == 2 }}
with:
tofu_version: ${{ inputs.tofu-version }}

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: opentofu/setup-opentofu@v1
- uses: opentofu/setup-opentofu@v2
with:
tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }}