File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 - name : Terraform Apply
3030 working-directory : ./nodes
3131 run : terraform apply -auto-approve -var-file=${{env.env}}.tfvars
32- - uses : stefanzweifel/git-auto-commit-action@v4
32+ - uses : stefanzweifel/git-auto-commit-action@v7
3333 - name : Setup Python
3434 uses : actions/setup-python@v5
3535 with :
Original file line number Diff line number Diff line change 2929 - name : Terraform Apply
3030 working-directory : ./nodes
3131 run : terraform apply -auto-approve -var-file=${{env.env}}.tfvars
32- - uses : stefanzweifel/git-auto-commit-action@v4
32+ - uses : stefanzweifel/git-auto-commit-action@v7
3333 - name : Setup Python
3434 uses : actions/setup-python@v5
3535 with :
Original file line number Diff line number Diff line change 2727 - name : Terraform Apply
2828 working-directory : ./nodes
2929 run : terraform destroy -auto-approve -var-file=dev.tfvars
30- - uses : stefanzweifel/git-auto-commit-action@v4
30+ - uses : stefanzweifel/git-auto-commit-action@v7
Original file line number Diff line number Diff line change 2222 - name : Run ansible syntax-check
2323 working-directory : ./deployment
2424 run : ansible-playbook --syntax-check -i inventory_dev.yaml playbooks/*.yml
25- - uses : stefanzweifel/git-auto-commit-action@v4
25+ - uses : stefanzweifel/git-auto-commit-action@v7
You can’t perform that action at this time.
0 commit comments