Skip to content

Commit 5ebd24f

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

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@v6
71+
uses: stefanzweifel/git-auto-commit-action@v7
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
7474
with:

0 commit comments

Comments
 (0)