From 983dd2c7d25f0e757bb770ad5e50a8062f7a67c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:52:13 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request in the github-actions group Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-translations.yml | 2 +- .github/workflows/update-source-language-file.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-translations.yml b/.github/workflows/pull-translations.yml index 61c439f..53dff07 100644 --- a/.github/workflows/pull-translations.yml +++ b/.github/workflows/pull-translations.yml @@ -29,7 +29,7 @@ jobs: rm -rf package_build/locale/ko - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: Update translation file(s) of the app commit-message: Update translation file(s) of the app diff --git a/.github/workflows/update-source-language-file.yml b/.github/workflows/update-source-language-file.yml index 0cc28c3..a3cfec6 100644 --- a/.github/workflows/update-source-language-file.yml +++ b/.github/workflows/update-source-language-file.yml @@ -36,7 +36,7 @@ jobs: python3 ci-scripts/no_pot_creation_date.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: Update source language file commit-message: Update source language file