From e9f3e5852dac71c0428d2fddce7bce8e1cae3261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:11:03 +0000 Subject: [PATCH 1/2] ci: bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4.0.0 to 5.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/71345be0265236311c031f5c7866368bd1eff043...e8674b075228eee787fea43ef493e45ece1004c9) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 56f3c5a..7e17270 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -89,7 +89,7 @@ jobs: pull-requests: write steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 # Execute only when no labels have been applied to the pull request if: toJSON(github.event.pull_request.labels.*.name) == '{}' with: From 5dd2a7638ad7bf0d9017c3c147abb6df857e9cfe Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:11:25 +0000 Subject: [PATCH 2/2] chore: adding changelog file 47.miscellaneous.md [dependabot-skip] --- doc/source/changelog/47.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/47.miscellaneous.md diff --git a/doc/source/changelog/47.miscellaneous.md b/doc/source/changelog/47.miscellaneous.md new file mode 100644 index 0000000..8e5974f --- /dev/null +++ b/doc/source/changelog/47.miscellaneous.md @@ -0,0 +1 @@ +Ci: bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0