diff --git a/.github/workflows/translations-sync.yml b/.github/workflows/translations-sync.yml index e703fb8e41ffe..2359925eb7c5a 100644 --- a/.github/workflows/translations-sync.yml +++ b/.github/workflows/translations-sync.yml @@ -117,7 +117,7 @@ jobs: run: npx prettier "apps/site/{pages,i18n}/**/*.{json,md,mdx}" --check --write --cache --cache-strategy=metadata --cache-location=apps/site/.prettiercache - name: Push Changes back to Pull Request - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_options: '--no-verify --signoff' commit_message: 'chore: automated format of translated files'