From e61d90a0419fc42e51612082555852e9865759ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 06:11:11 +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/document.yaml | 2 +- .github/workflows/style.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/document.yaml b/.github/workflows/document.yaml index 0858355fe..73626b610 100644 --- a/.github/workflows/document.yaml +++ b/.github/workflows/document.yaml @@ -35,6 +35,6 @@ jobs: shell: Rscript {0} - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update documentation" diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index b8a242270..2efe6e4b7 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -69,6 +69,6 @@ jobs: shell: Rscript {0} - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Style code"