From f141d1feed788ed4735e50bb767dd7396298f9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:46:32 +0000 Subject: [PATCH] build(deps): bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.2.0 to 7.0.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/b863ae1933cb653a53c021fe36dbb774e1fb9403...28e16e81777b558cc906c8750092100bbb34c5e3) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks-run.yml | 2 +- .github/workflows/check-polkadot-releases.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks-run.yml b/.github/workflows/benchmarks-run.yml index 8e0aefded0..2db706f34e 100644 --- a/.github/workflows/benchmarks-run.yml +++ b/.github/workflows/benchmarks-run.yml @@ -111,7 +111,7 @@ jobs: - name: Commit Updated Weights id: commit-updated-weights - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: "Update weights" file_pattern: "pallets/**/*.rs runtime/common/src/weights/*" diff --git a/.github/workflows/check-polkadot-releases.yml b/.github/workflows/check-polkadot-releases.yml index db13893b4f..f9256d1916 100644 --- a/.github/workflows/check-polkadot-releases.yml +++ b/.github/workflows/check-polkadot-releases.yml @@ -39,7 +39,7 @@ jobs: cat ${{env.RELEASE_TRACK_FILENAME}} - name: Commit Latest Release Version id: commit-updated-release - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: "Record new Polkadot release version" commit_user_name: Frequency CI [bot] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68f3bde506..2f4930c6ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: git status -s git diff - name: Commit Updated Weights - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: "Update weights for release ${{env.NEW_RELEASE_TAG}}" file_pattern: "pallets/**/*.rs runtime/common/src/weights/*" @@ -200,7 +200,7 @@ jobs: git diff - name: Commit Updated Version id: commit-updated-version - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: "Update versions for release ${{env.NEW_RELEASE_TAG}}" - name: Update Release Version Tag