From d86c84390c6351c9c56e6ecea59bd4c0fde4301c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:48:48 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4 to 5 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action 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 b792891c..d34c0eee 100644 --- a/.github/workflows/runner.yaml +++ b/.github/workflows/runner.yaml @@ -120,7 +120,7 @@ jobs: node writer.js - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 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 84ae5638..cd81f9b7 100644 --- a/.github/workflows/stars.yaml +++ b/.github/workflows/stars.yaml @@ -37,7 +37,7 @@ jobs: node writer.js - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update stars & Fork" file_pattern: runner/stats.json README.md \ No newline at end of file