Skip to content

Commit e91bc04

Browse files
Update stefanzweifel/git-auto-commit-action action to v5
1 parent 71d263a commit e91bc04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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@v5
3333
- name: Setup Python
3434
uses: actions/setup-python@v4
3535
with:

.github/workflows/deploy-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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@v5
3333
- name: Setup Python
3434
uses: actions/setup-python@v4
3535
with:

.github/workflows/destroy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
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@v5

.github/workflows/syntax-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
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@v5

0 commit comments

Comments
 (0)