ci: bump tofu to 1.10.10 in the validate workflow too

Missed this one in the last commit — the PR-time validate still pinned
1.9.0, which trips the new required_version >= 1.10.0 constraint.
This commit is contained in:
Rasmus Wejlgaard 2026-06-02 19:34:57 +01:00
parent ebe8540ec8
commit e69c96d25e

View file

@ -23,7 +23,7 @@ jobs:
- name: Install OpenTofu - name: Install OpenTofu
uses: opentofu/setup-opentofu@v2 uses: opentofu/setup-opentofu@v2
with: with:
tofu_version: 1.9.0 tofu_version: 1.10.10
- name: Install SOPS - name: Install SOPS
run: | run: |