Skip to content

Commit 0d7f654

Browse files
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](stefanzweifel/git-auto-commit-action@b863ae1...28e16e8) --- 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] <[email protected]>
1 parent bbd2d6b commit 0d7f654

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmarks-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Commit Updated Weights
109109
id: commit-updated-weights
110-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
110+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
111111
with:
112112
commit_message: "Update weights"
113113
file_pattern: "pallets/**/*.rs runtime/common/src/weights/*"

.github/workflows/check-polkadot-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cat ${{env.RELEASE_TRACK_FILENAME}}
4040
- name: Commit Latest Release Version
4141
id: commit-updated-release
42-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
42+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
4343
with:
4444
commit_message: "Record new Polkadot release version"
4545
commit_user_name: Frequency CI [bot]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
git status -s
147147
git diff
148148
- name: Commit Updated Weights
149-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
149+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
150150
with:
151151
commit_message: "Update weights for release ${{env.NEW_RELEASE_TAG}}"
152152
file_pattern: "pallets/**/*.rs runtime/common/src/weights/*"
@@ -196,7 +196,7 @@ jobs:
196196
git diff
197197
- name: Commit Updated Version
198198
id: commit-updated-version
199-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
199+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
200200
with:
201201
commit_message: "Update versions for release ${{env.NEW_RELEASE_TAG}}"
202202
- name: Update Release Version Tag

0 commit comments

Comments
 (0)