diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 8dec678a52e..185743f8e9d 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.2.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 5265f72555a..ac48bd10e2a 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.2.0 with: commit_message: External Updates commit_user_name: trust-ci