From 0610a032731d94142a9f3b6fefb63bc09d87ca3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:05:58 +0000 Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 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/v6...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/generate_requirements.yml | 2 +- .github/workflows/vhs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_requirements.yml b/.github/workflows/generate_requirements.yml index fe4177c..e9d8f1e 100644 --- a/.github/workflows/generate_requirements.yml +++ b/.github/workflows/generate_requirements.yml @@ -21,7 +21,7 @@ jobs: run: poetry self add poetry-plugin-export - name: Export requirements.txt run: poetry export -f requirements.txt --output requirements.txt --without-hashes - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 if: github.event_name != 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index b228311..ff2a271 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -18,7 +18,7 @@ jobs: - uses: charmbracelet/vhs-action@v2 with: path: 'vhs.tape' - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: