From 55a873ae86dcdaf47cbdc39bba9ef363cdeb20b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:10:23 +0000 Subject: [PATCH] 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](https://github.com/stefanzweifel/git-auto-commit-action/compare/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] --- .github/workflows/release.yml | 2 +- .github/workflows/update-tfdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72bd348..5d9cecf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: ./.github/scripts/prepare-release.sh ${{ env.release_version }} - name: Push v${{ env.release_version }} Changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 env: GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }} with: diff --git a/.github/workflows/update-tfdocs.yml b/.github/workflows/update-tfdocs.yml index 3c06bb3..ec3763a 100644 --- a/.github/workflows/update-tfdocs.yml +++ b/.github/workflows/update-tfdocs.yml @@ -47,7 +47,7 @@ jobs: ./.github/scripts/prepare-release.sh "" ${{ env.release_version }} - name: Push terraform-docs v${{ env.release_version }} Changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 env: GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }} with: