From 55b82ce73a285ea81958787ee9da9ddb1a5f19f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:04:17 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 5 to 6 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown-lint-fix.yml | 4 ++-- .github/workflows/sync-translated-content.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/markdown-lint-fix.yml b/.github/workflows/markdown-lint-fix.yml index b6fdc5300588dc..39315f9298dc29 100644 --- a/.github/workflows/markdown-lint-fix.yml +++ b/.github/workflows/markdown-lint-fix.yml @@ -67,7 +67,7 @@ jobs: - name: Create PR with only fixable issues if: success() - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "${{ matrix.lang }}: auto-fix Markdownlint issues" branch: markdownlint-auto-cleanup-${{ matrix.lang }} @@ -79,7 +79,7 @@ jobs: - name: Create PR with notice on unfixed issues if: failure() - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "${{ matrix.lang }}: auto-fix Markdownlint issues" branch: markdownlint-auto-cleanup-${{ matrix.lang }} diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index d12f4af5ca66d2..cf54b45304ea7d 100644 --- a/.github/workflows/sync-translated-content.yml +++ b/.github/workflows/sync-translated-content.yml @@ -60,7 +60,7 @@ jobs: run: yarn content sync-translated-content ${{ matrix.lang }} - name: Create PR with sync for ${{ matrix.lang }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "${{ matrix.lang }}: sync translated content" branch: content-sync-${{ matrix.lang }}