From 377f591ea15854bbb42cbf40d4493f0b7f2202ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:59:46 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MakeLocalizationChangelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MakeLocalizationChangelog.yaml b/.github/workflows/MakeLocalizationChangelog.yaml index 1caf09b3..b665e5c5 100644 --- a/.github/workflows/MakeLocalizationChangelog.yaml +++ b/.github/workflows/MakeLocalizationChangelog.yaml @@ -44,7 +44,7 @@ jobs: # Add comment to changelog issue - name: Add Comment to Changelog if: steps.changes.outputs.modified_files_count != 0 - uses: peter-evans/create-or-update-comment@v3.1.0 + uses: peter-evans/create-or-update-comment@v4.0.0 with: issue-number: 134 body-path: 'body.md'