Skip to content

Commit 19eaf51

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#1167)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. - [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@v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2f4c22 commit 19eaf51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
node write_readme.js
122122
123123
- name: Commit changes
124-
uses: stefanzweifel/git-auto-commit-action@v6
124+
uses: stefanzweifel/git-auto-commit-action@v7
125125
with:
126126
commit_message: Update benchmark for ${{ matrix.app }} on ${{ matrix.os }}
127127
file_pattern: runner/benchmarks.json README.md

.github/workflows/stars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node write_graphsdotmd.js
3939
4040
- name: Commit changes
41-
uses: stefanzweifel/git-auto-commit-action@v6
41+
uses: stefanzweifel/git-auto-commit-action@v7
4242
with:
4343
commit_message: "Update stars & Fork"
4444
file_pattern: runner/stats.json README.md GRAPHS.md

0 commit comments

Comments
 (0)