diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index b996ba6..1b91733 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -43,7 +43,7 @@ jobs: #toLocales: '["es","fr","de"]' # Get list of files generated by the translation - name: create-pull-request - uses: peter-evans/create-pull-request@v6.0.3 + uses: peter-evans/create-pull-request@v6.0.4 if: ${{ steps.translator.outputs.has-new-translations }} == 'true' with: title: '${{ steps.translator.outputs.summary-title }}'