Skip to content

Commit 1056ec4

Browse files
authored
Merge pull request #13 from terraform-docs/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents fa6c988 + f910bdd commit 1056ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-tfdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: ./.github/scripts/update-tfdocs.sh "${{ env.current_version }}" "${{ env.release_version }}" "${{ env.checksum }}"
6969

7070
- name: Push terraform-docs v${{ inputs.release_version }} Changes
71-
uses: stefanzweifel/git-auto-commit-action@v5
71+
uses: stefanzweifel/git-auto-commit-action@v6
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
7474
with:

0 commit comments

Comments
 (0)