Skip to content

Commit f7cef61

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 7.0.0 to 7.1.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@28e16e8...04702ed) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01936d7 commit f7cef61

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
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Commit Updated Weights
113113
id: commit-updated-weights
114-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
114+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
115115
with:
116116
commit_message: "Update weights"
117117
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@28e16e81777b558cc906c8750092100bbb34c5e3
42+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
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
@@ -150,7 +150,7 @@ jobs:
150150
git status -s
151151
git diff
152152
- name: Commit Updated Weights
153-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
153+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
154154
with:
155155
commit_message: "Update weights for release ${{env.NEW_RELEASE_TAG}}"
156156
file_pattern: "pallets/**/*.rs runtime/common/src/weights/*"
@@ -200,7 +200,7 @@ jobs:
200200
git diff
201201
- name: Commit Updated Version
202202
id: commit-updated-version
203-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
203+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
204204
with:
205205
commit_message: "Update versions for release ${{env.NEW_RELEASE_TAG}}"
206206
- name: Update Release Version Tag

0 commit comments

Comments
 (0)