Skip to content

Commit 55a873a

Browse files
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6de6da0 commit 55a873a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
./.github/scripts/prepare-release.sh ${{ env.release_version }}
4242
4343
- name: Push v${{ env.release_version }} Changes
44-
uses: stefanzweifel/git-auto-commit-action@v5
44+
uses: stefanzweifel/git-auto-commit-action@v7
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
4747
with:

.github/workflows/update-tfdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
./.github/scripts/prepare-release.sh "" ${{ env.release_version }}
4848
4949
- name: Push terraform-docs v${{ env.release_version }} Changes
50-
uses: stefanzweifel/git-auto-commit-action@v5
50+
uses: stefanzweifel/git-auto-commit-action@v7
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
5353
with:

0 commit comments

Comments
 (0)