Skip to content

Commit 52b4cca

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent c022ec1 commit 52b4cca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
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@v7
3333
- name: Setup Python
3434
uses: actions/setup-python@v5
3535
with:

.github/workflows/deploy-prod.yaml

Lines changed: 1 addition & 1 deletion
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@v7
3333
- name: Setup Python
3434
uses: actions/setup-python@v5
3535
with:

.github/workflows/destroy-dev.yaml

Lines changed: 1 addition & 1 deletion
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@v7

.github/workflows/syntax-check.yaml

Lines changed: 1 addition & 1 deletion
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@v7

0 commit comments

Comments
 (0)