From c9f2ac244709570863812ce527e3e3f4007a0ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:51:21 -0400 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6 to 7 (#485) Bumps [peter-evans/create-pull-request](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update_langs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_langs.yml b/.github/workflows/update_langs.yml index ba8b744..926c599 100644 --- a/.github/workflows/update_langs.yml +++ b/.github/workflows/update_langs.yml @@ -46,7 +46,7 @@ jobs: # Create new branch/PR with any changes - name: Create PR if: ${{ fromJSON(steps.check_langs.outputs.must_commit) }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: add-paths: ${{ env.CURR_LANG_FILE_PATH }} commit-message: ${{ env.LANGS_COMMIT_MESSAGE }} # from check_langs