Compare commits

1 Commits

Author SHA1 Message Date
bot b958691419 chore(deps): update opentofu/setup-opentofu action to v2
Cog check / Create release (pull_request) Successful in 6s
2026-04-28 00:05:02 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
make copy-install; make copy-install;
cd ${{ github.workspace }}; cd ${{ github.workspace }};
rm -rf blackbox; rm -rf blackbox;
- uses: opentofu/setup-opentofu@v1 - uses: opentofu/setup-opentofu@v2
if: ${{ steps.check.outputs.code == 2 }} if: ${{ steps.check.outputs.code == 2 }}
with: with:
tofu_version: ${{ inputs.tofu-version }} tofu_version: ${{ inputs.tofu-version }}
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: opentofu/setup-opentofu@v1 - uses: opentofu/setup-opentofu@v2
with: with:
tofu_version: ${{ inputs.tofu-version }} tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }} cli_config_credentials_token: ${{ secrets.tf-api-token }}