diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 8dec678a52e..f800da1691e 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@v6.0.1 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..9df3c70e662 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@v6.0.1 with: commit_message: External Updates commit_user_name: trust-ci