1 Commits

Author SHA1 Message Date
bdbec54469 chore(deps): update opentofu/setup-opentofu action to v2
All checks were successful
Cog check / Create release (pull_request) Successful in 6s
2026-03-17 00:00:55 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker meta

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 }}