Skip to content

Commit 3cead62

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.0.1 to 5.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](stefanzweifel/git-auto-commit-action@8621497...b863ae1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a821a4 commit 3cead62

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@8621497c8c39c72f3e2a999a26b4ca1b5058a842
110+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
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
@@ -34,7 +34,7 @@ jobs:
3434
cat ${{env.RELEASE_TRACK_FILENAME}}
3535
- name: Commit Latest Release Version
3636
id: commit-updated-release
37-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
37+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
3838
with:
3939
commit_message: "Record new Polkadot release version"
4040
commit_user_name: Frequency CI [bot]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
git status -s
146146
git diff
147147
- name: Commit Updated Weights
148-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
148+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
149149
with:
150150
commit_message: "Update weights for release ${{env.NEW_RELEASE_TAG}}"
151151
file_pattern: "pallets/**/*.rs runtime/common/src/weights/*"
@@ -195,7 +195,7 @@ jobs:
195195
git diff
196196
- name: Commit Updated Version
197197
id: commit-updated-version
198-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
198+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
199199
with:
200200
commit_message: "Update versions for release ${{env.NEW_RELEASE_TAG}}"
201201
- name: Update Release Version Tag

0 commit comments

Comments
 (0)