From f39e2a48e60053cf163e729364bc6a4819eef5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:11:11 +0000 Subject: [PATCH 1/2] ci: bump actions/labeler from 5.0.0 to 6.0.1 Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/8558fd74291d67161a8a78ce36a881fa63b766a9...634933edcd8ababfe52f92936142cc22ac488b1b) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.0.1 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..fc65793 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -43,7 +43,7 @@ jobs: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 + uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true From 780dbef01bc9c276bb7452c9f8463c0d43a67bc7 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:32 +0000 Subject: [PATCH 2/2] chore: adding changelog file 48.miscellaneous.md [dependabot-skip] --- doc/source/changelog/48.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/48.miscellaneous.md diff --git a/doc/source/changelog/48.miscellaneous.md b/doc/source/changelog/48.miscellaneous.md new file mode 100644 index 0000000..6d7911f --- /dev/null +++ b/doc/source/changelog/48.miscellaneous.md @@ -0,0 +1 @@ +Ci: bump actions/labeler from 5.0.0 to 6.0.1