From 9d6f8b9b2f0c4acf5f11c359cb127092554e270e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:50:43 +0000 Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' 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..b4ad51f 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@v6 env: GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }} with: diff --git a/.github/workflows/update-tfdocs.yml b/.github/workflows/update-tfdocs.yml index 3c06bb3..d004c73 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@v6 env: GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }} with: