From c609efbd9a7102b02296404c44dc882c8cd338ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:40:18 +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/update-browser-package.yml | 2 +- .github/workflows/vhs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-browser-package.yml b/.github/workflows/update-browser-package.yml index 7dbf35fa..d058c1fb 100644 --- a/.github/workflows/update-browser-package.yml +++ b/.github/workflows/update-browser-package.yml @@ -32,7 +32,7 @@ jobs: - name: Commit Changes id: commit - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index d0cbc4aa..fdf6e3c7 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -36,7 +36,7 @@ jobs: path: 'docs/tapes/init-demo.tape' - name: Save recorded GIF - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: