From 872c51dd3cc66c3c67a6cb085e009d9335626cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:15:31 +0000 Subject: [PATCH] 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/manage-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-pr.yml b/.github/workflows/manage-pr.yml index 1ae2500..d09eff8 100644 --- a/.github/workflows/manage-pr.yml +++ b/.github/workflows/manage-pr.yml @@ -21,6 +21,6 @@ jobs: - name: Generate label config run: cd master && SCAN_DIR=../merge ./contrib/gen_label_config.sh - name: Update labels - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: configuration-path: master/.github/labeler.yml