From 28823de2130a1e59a3773c62481f13cd5a39e9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:07:27 +0000 Subject: [PATCH] chore(deps): 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/auto-fix-md.yml | 2 +- .github/workflows/update-service-status-badges.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-fix-md.yml b/.github/workflows/auto-fix-md.yml index 3ee803f..1092d90 100644 --- a/.github/workflows/auto-fix-md.yml +++ b/.github/workflows/auto-fix-md.yml @@ -23,7 +23,7 @@ jobs: fix: true - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_user_name: ${{ secrets.OKP4_BOT_GIT_COMMITTER_NAME }} commit_user_email: ${{ secrets.OKP4_BOT_GIT_COMMITTER_EMAIL }} diff --git a/.github/workflows/update-service-status-badges.yml b/.github/workflows/update-service-status-badges.yml index 1ac1848..21f6cbb 100644 --- a/.github/workflows/update-service-status-badges.yml +++ b/.github/workflows/update-service-status-badges.yml @@ -32,7 +32,7 @@ jobs: run: node .github/scripts/markdown-table-link-check.js - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_user_name: ${{ secrets.OKP4_BOT_GIT_COMMITTER_NAME }} commit_user_email: ${{ secrets.OKP4_BOT_GIT_COMMITTER_EMAIL }}