From 058566a63a0e632e28b4898f8957bd29e97aa9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=B1=CE=B5=D1=8F=D1=8F=CE=B5?= <47398145+AiroPi@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:06:15 +0100 Subject: [PATCH] Update peter-evans/create-pull-request@v6 This fix a [bug](https://github.com/peter-evans/create-pull-request/issues/2790) that occurs on PR creation when the "same" pull request already exist. --- .github/workflows/crowdin-download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index 653c901..a2e34a7 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -36,7 +36,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ steps.generate-token.outputs.token }} commit-message: "PO files added."