chore(deps): update stefanzweifel/git-auto-commit-action action to v7
Some checks failed
Cog check / Create release (pull_request) Failing after 2s

This commit is contained in:
2025-10-13 00:01:40 +00:00
parent 2ae472fd70
commit 33e6678d0a
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"