From 14ef9d54dd82d341d3e7c75db8c3ac0447cc46bd Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:45:03 -0500 Subject: [PATCH] Upgrade peter-evans/create-pull-request See https://github.com/peter-evans/create-pull-request/issues/2790 --- .github/workflows/tx-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tx-pull.yml b/.github/workflows/tx-pull.yml index fa90b5efd3..16794f0d53 100644 --- a/.github/workflows/tx-pull.yml +++ b/.github/workflows/tx-pull.yml @@ -22,7 +22,7 @@ jobs: token: ${{ secrets.TRANSIFEX_TOKEN }} args: pull --force --all - name: Create PR if necessary - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6.0.1 with: commit-message: "(chore) Update translations from Transifex" title: "(chore) Update translations from Transifex"