From cc5a50c2bc5ff3df0f32d05507460dd52d48f84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 18:47:01 +0000 Subject: [PATCH] [upd] github-actions: Bump peter-evans/create-pull-request from 3 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/translations-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index 85e141e7f..6cb12871d 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -42,7 +42,7 @@ jobs: make V=1 weblate.translations.commit - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.WEBLATE_GITHUB_TOKEN }} commit-message: '[l10n] update translations from Weblate'