From f4fb4005ffed368308fd62c1997a9ed83804c7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:05:33 +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 5611a70e8..2f21d7be7 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest 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 50ec01fdacc895d176779c588bebb585e222ebec Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:07:13 +0000 Subject: [PATCH 2/2] chore: adding changelog file 752.maintenance.md [dependabot-skip] --- doc/changelog.d/752.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/752.maintenance.md diff --git a/doc/changelog.d/752.maintenance.md b/doc/changelog.d/752.maintenance.md new file mode 100644 index 000000000..60e389824 --- /dev/null +++ b/doc/changelog.d/752.maintenance.md @@ -0,0 +1 @@ +Bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0