Merge pull request '[deploy-opentofu]' (#291) from fenix-admin into dev

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#291
This commit is contained in:
2025-10-12 09:38:23 +00:00

View File

@ -41,7 +41,7 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_18.x curl -fsSL https://deb.nodesource.com/setup_18.x
- name: Cloning iac repository - name: Cloning iac repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: infra/iac path: infra/iac
@ -173,7 +173,7 @@ jobs:
done done
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: '3.11' python-version: '3.11'