From d0135ac4d286c02c669853b85e648621e298862a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:01:22 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 6 to 7 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](https://github.com/stefanzweifel/git-auto-commit-action/compare/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] --- .github/workflows/runner.yaml | 2 +- .github/workflows/stars.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runner.yaml b/.github/workflows/runner.yaml index d586d34d..cbe7b6f6 100644 --- a/.github/workflows/runner.yaml +++ b/.github/workflows/runner.yaml @@ -121,7 +121,7 @@ jobs: node write_readme.js - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Update benchmark for ${{ matrix.app }} on ${{ matrix.os }} file_pattern: runner/benchmarks.json README.md diff --git a/.github/workflows/stars.yaml b/.github/workflows/stars.yaml index d5fd9910..2427a69f 100644 --- a/.github/workflows/stars.yaml +++ b/.github/workflows/stars.yaml @@ -38,7 +38,7 @@ jobs: node write_graphsdotmd.js - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Update stars & Fork" file_pattern: runner/stats.json README.md GRAPHS.md \ No newline at end of file