diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 8dec678a52ed3..8cc8d5c220e81 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -39,7 +39,7 @@ jobs: - name: Commit changes if: success() - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_user_name: trust-ci commit_user_email: "117647528+trust-ci@users.noreply.github.com" diff --git a/.github/workflows/periodic-update.yml b/.github/workflows/periodic-update.yml index 5265f72555a32..404a94d96bcb4 100644 --- a/.github/workflows/periodic-update.yml +++ b/.github/workflows/periodic-update.yml @@ -33,7 +33,7 @@ jobs: - name: Commit changes if: success() - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: External Updates commit_user_name: trust-ci