From 270ae3549df165e7dd4b465e0ba2f6b2944aa954 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 16 Oct 2024 20:31:45 -0400 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 6 to 7 --- .github/workflows/update-translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 273d0acbd..2f91b108a 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -20,9 +20,9 @@ jobs: git status --porcelain git diff - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT }} - commit-message: Update translations + commit-message: "fix(ui): update translations from POEditor" title: "fix(ui): update translations from POEditor" branch: update-translations