From 3b3e4b079af5a6ed4eb8d394a8fb5b71b8e18724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:10:11 +0000 Subject: [PATCH 1/2] MAINT: Bump actions/labeler from 5 to 6 Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' 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 8a503f4eb..122668aad 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -36,7 +36,7 @@ jobs: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true From 558115973a7e698a58e93cffd568a8b467b92b79 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:11:11 +0000 Subject: [PATCH 2/2] chore: adding changelog file 632.miscellaneous.md [dependabot-skip] --- doc/changelog.d/632.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/632.miscellaneous.md diff --git a/doc/changelog.d/632.miscellaneous.md b/doc/changelog.d/632.miscellaneous.md new file mode 100644 index 000000000..fc46cf109 --- /dev/null +++ b/doc/changelog.d/632.miscellaneous.md @@ -0,0 +1 @@ +MAINT: Bump actions/labeler from 5 to 6