diff --git a/.github/workflows/setup-tofu.yml b/.github/workflows/setup-tofu.yml index 3f667fe..a38a6b4 100644 --- a/.github/workflows/setup-tofu.yml +++ b/.github/workflows/setup-tofu.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - tofu-versions: [1.6.0-alpha1, latest] + tofu-versions: [1.6.0, latest] tofu-wrapper: [true, false] steps: - name: Checkout