From 3340d3c89b73a3b0f079f7c8fcb315bbef3b79e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:15:24 +0000 Subject: [PATCH 1/2] ci: bump actions/labeler from 6.2.0 to 7.0.0 in the actions group Bumps the actions group with 1 update: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 6.2.0 to 7.0.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/b8dd2d9be0f68b860e7dae5dae7d772984eacd6d...bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index bff960f..2753e79 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -66,7 +66,7 @@ jobs: - name: Label pull-request # HACK: skip if contributor does not have write permissions (forks) if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0 + uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true From 4aa9794fda4901613ba14006c0de0fee4ad5f36e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:15:51 +0000 Subject: [PATCH 2/2] chore: adding changelog file 129.maintenance.md [dependabot-skip] --- doc/changelog.d/129.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/129.maintenance.md diff --git a/doc/changelog.d/129.maintenance.md b/doc/changelog.d/129.maintenance.md new file mode 100644 index 0000000..5520a66 --- /dev/null +++ b/doc/changelog.d/129.maintenance.md @@ -0,0 +1 @@ +Bump actions/labeler from 6.2.0 to 7.0.0 in the actions group