chore(deps): update stefanzweifel/git-auto-commit-action action to v7
All checks were successful
Cog check / Create release (pull_request) Successful in 6s

This commit is contained in:
2026-01-03 15:42:10 +00:00
parent 173c01c9ca
commit 20b45bfb9e
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
README.md
- name: Commit and push new terraform docs version
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v7
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "docs(tf-docs): update docs"