From e45ea97e3bf7dfbde2c60fb12fe7c5f6b5028440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:56:26 +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/update-manifest.yml | 2 +- .github/workflows/update-module.yml | 2 +- .github/workflows/validate-module.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index b648d9f4..9a88c17f 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -99,7 +99,7 @@ jobs: # Commit changes to the manifest - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update manifest ${{ steps.get-date.outputs.date }}.${{ github.run_number }}" commit_user_name: ${{ secrets.COMMIT_NAME }} diff --git a/.github/workflows/update-module.yml b/.github/workflows/update-module.yml index d15b8af1..8170eae9 100644 --- a/.github/workflows/update-module.yml +++ b/.github/workflows/update-module.yml @@ -98,7 +98,7 @@ jobs: - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update module ${{steps.update-version.outputs.newversion}}" commit_user_name: ${{ secrets.COMMIT_NAME }} diff --git a/.github/workflows/validate-module.yml b/.github/workflows/validate-module.yml index a7e923d4..50c39cb3 100644 --- a/.github/workflows/validate-module.yml +++ b/.github/workflows/validate-module.yml @@ -137,7 +137,7 @@ jobs: - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update module version" commit_user_name: ${{ secrets.COMMIT_NAME }}