From 0c4e764577e146c632e0235f1f27113567100854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:03:19 +0000 Subject: [PATCH] Bump actions/labeler from 4 to 7 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 7. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/AutoLablePR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoLablePR.yml b/.github/workflows/AutoLablePR.yml index 1c5f05a0..62da1d4a 100644 --- a/.github/workflows/AutoLablePR.yml +++ b/.github/workflows/AutoLablePR.yml @@ -17,7 +17,7 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/labeler@v4 + - uses: actions/labeler@v7 with: repo-token: ${{ steps.generate_token.outputs.token }} dot: true