chore(deps): update stefanzweifel/git-auto-commit-action action to v5

This commit is contained in:
2024-06-18 21:07:34 +00:00
parent 917a4bc579
commit c85872f8b9
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@v5
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "docs(tf-docs): update docs"