From 123ddd020db0f95013d2c8883903eb3ccd960bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:22:20 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.1.0 to 7.2.0. - [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/04702edda442b2e678b25b537cec683a1493fcb9...4a55954c782fc1ea30b9056cd3e7a2b40ca8887d) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-go.yml | 2 +- .github/workflows/update-pnpm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-go.yml b/.github/workflows/update-go.yml index 00b94e92..2fab0d57 100644 --- a/.github/workflows/update-go.yml +++ b/.github/workflows/update-go.yml @@ -30,7 +30,7 @@ jobs: - name: Run Tests run: just test - name: Commit updates - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 #v7.1.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d #v7.2.0 with: commit_message: Update Go dependencies commit_user_name: Maintenance Bob diff --git a/.github/workflows/update-pnpm.yml b/.github/workflows/update-pnpm.yml index 105d5594..f070ffb5 100644 --- a/.github/workflows/update-pnpm.yml +++ b/.github/workflows/update-pnpm.yml @@ -34,7 +34,7 @@ jobs: - name: Run Tests run: just test - name: Commit updates - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 #v7.1.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d #v7.2.0 with: commit_message: Update pnpm dependencies commit_user_name: Maintenance Bob