From f9a32da301450e7f1cd7a402ae589eb171f82ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:29:14 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 6.0.1 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 6.0.1. - [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/v4.16.0...v6.0.1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fix.yml | 2 +- .github/workflows/periodic-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 8dec678a52e..f800da1691e 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -39,7 +39,7 @@ jobs: - name: Commit changes if: success() - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v6.0.1 with: commit_user_name: trust-ci commit_user_email: "117647528+trust-ci@users.noreply.github.com" diff --git a/.github/workflows/periodic-update.yml b/.github/workflows/periodic-update.yml index 5265f72555a..9df3c70e662 100644 --- a/.github/workflows/periodic-update.yml +++ b/.github/workflows/periodic-update.yml @@ -33,7 +33,7 @@ jobs: - name: Commit changes if: success() - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v6.0.1 with: commit_message: External Updates commit_user_name: trust-ci