Commit e91bc04 1 parent 71d263a commit e91bc04 Copy full SHA for e91bc04
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Terraform Apply
30
30
working-directory : ./nodes
31
31
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@v5
33
33
- name : Setup Python
34
34
uses : actions/setup-python@v4
35
35
with :
Original file line number Diff line number Diff line change 29
29
- name : Terraform Apply
30
30
working-directory : ./nodes
31
31
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@v5
33
33
- name : Setup Python
34
34
uses : actions/setup-python@v4
35
35
with :
Original file line number Diff line number Diff line change 27
27
- name : Terraform Apply
28
28
working-directory : ./nodes
29
29
run : terraform destroy -auto-approve -var-file=dev.tfvars
30
- - uses : stefanzweifel/git-auto-commit-action@v4
30
+ - uses : stefanzweifel/git-auto-commit-action@v5
Original file line number Diff line number Diff line change 22
22
- name : Run ansible syntax-check
23
23
working-directory : ./deployment
24
24
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@v5
You can’t perform that action at this time.
0 commit comments