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 }}