From 2070d46f245b79d07b65cfa94cb16f3bdb32f8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:30:54 +0000 Subject: [PATCH 1/2] build: bump actions/labeler in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/634933edcd8ababfe52f92936142cc22ac488b1b...f27b608878404679385c85cfa523b85ccb86e213) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_pr.yml b/.github/workflows/ci_cd_pr.yml index e284588b7d..831ae6ae32 100644 --- a/.github/workflows/ci_cd_pr.yml +++ b/.github/workflows/ci_cd_pr.yml @@ -46,7 +46,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Label pull-request" - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} From 7a49dcaef1cf41294e399fd5c6f2645350110c91 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 12 May 2026 22:32:14 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1010.dependencies.md [dependabot-skip] --- doc/source/changelog/1010.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/1010.dependencies.md diff --git a/doc/source/changelog/1010.dependencies.md b/doc/source/changelog/1010.dependencies.md new file mode 100644 index 0000000000..f3c93e7a3c --- /dev/null +++ b/doc/source/changelog/1010.dependencies.md @@ -0,0 +1 @@ +Bump actions/labeler from 6.0.1 to 6.1.0 in the actions group across 1 directory