From 7b00f58d841db5a9b5f0ac82220bebe7a942be08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:29:49 +0000 Subject: [PATCH] ci: bump actions/labeler in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 6 to 6.0.1 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler_pr.yml b/.github/workflows/labeler_pr.yml index 841a846460..f8aba71743 100644 --- a/.github/workflows/labeler_pr.yml +++ b/.github/workflows/labeler_pr.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - - uses: actions/labeler@v6 + - uses: actions/labeler@v6.0.1 with: configuration-path: .github/scripts/labeler_configuration.yml